Skip to content

Netlighter/react-course-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...