Skip to content

ramHruday/rh-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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