TOC - biswajitsundara/react GitHub Wiki
Day1
- Why react?
- Environment Setup
- Create a new app
Day2
- Component driver architecture
- Function component
- Class component
Day3
- JSX
- Virtual DOM
- Diffing & reconciliation.
Day4
- Props
- Pass data between components
Day5
- State management
- UseState hook
Day6
Day7
- Parent child communication
- component hierarchy
Day8
Day9
- List rendering
- Key prop when rendering lists
Day10
- Styling Options
- CSS module
- Styled components
Day11
Day12
- Form handling with controlled inputs
- Form handling with uncontrolled inputs
Day13
- Managing side effects with useEffect