Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 452 Bytes

My first attempt to learn React

Roadmap provided by the website roadmap.sh. All the progress is recorded based on it.

Fundamental Topics

  • Create React App
  • JSX
  • Components
    • Functional
    • Class
  • Props vs State
  • Conditional Rendering
  • Components Life Cycle
  • Lists and Keys
  • Composition vs Inheritance
  • Basic Hooks
    • useState
    • useEffect

Coming soon...