- Introduction React
- how react works
- what is component , JSX , create simple layout
- props
- styling & tailwind css
- Introduction to hooks
- useState hook
- useEffect hook
- Introduction to advanced hooks
- useMemo hook
- useCallback hook
- useRef hook
- useReducer hook
- Routes
- API Call & conditional rendering
- Introduction to State Management
- useContext
- Redux state management
- Best third party packages
- How to optimize components
- Work with Firebase
- Authentication & Authorization
- React 19v
- Design patterns for reactJs project