Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 416 Bytes

React DEV

  • Share Code , snippets, algos, hacks, compnents in close knit groups
  • Google SSO

Goals

  • My skills and their references
  • About me
  • Projects and Github links

Project Structure

  • components should be like input/output
  • modules should drive the logic and house the components
  • components cannot use other components , use containers for using components
  • SOLID principles to be followed