https://github.com/anoopraju31/react-yatra
React Yatra: You Never Knew React
https://github.com/anoopraju31/react-yatra
Last synced: 2 months ago
JSON representation
React Yatra: You Never Knew React
- Host: GitHub
- URL: https://github.com/anoopraju31/react-yatra
- Owner: anoopraju31
- Created: 2023-12-31T07:11:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T14:57:34.000Z (over 1 year ago)
- Last Synced: 2025-02-04T14:46:10.712Z (4 months ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# React Yatra
1. Module 1
- Brief introduction of react
2. Module 2
- Using react via CDN
3. Module 3
- Setup react app via Webpack
4. Module 4
- Introduction to JSX
- Element vs Component
- Conditional rendering
5. Module 5
- Intro to props and children
- What are import, and export terminologies
6. Module 6
- How to render data from lists
- Importance of keys prop
7. Module 7
- What are hooks
- Understanding useState
- What is re-render
- Misuse of state variables
8. Module 8
- What is React Fiber and Reconciliation
9. Module 9
- Exploring UseEffect hook
10. Module 10
- All about useLayoutEffect
11. Module 11
- All about useRef Hook
- forwardRef API
12. Module 12
- All about useCallback
13. Module 13
- All about useMemo Hook
14. Module 14
- Understanding Memo API
15. Module 15
- React Optimization via Lazy API and Suspense Component
16. Module 16
- React createContext API and useContext hook
17. Module 17
- Introduction to createPortal in react-dom
18. Module 18
- Introduction to Redux and Redux-toolkit
19. Module 19
- Introduction to React Router
20. Module 20
- What are React Design Patterns?
21. Module 21
- React HOC (Higher Order Component) Design Pattern
22. Module 22
- React Render Props Pattern
23. Module 23
- React Composition or Compound Pattern
24. Module 24
- React Custom Hook Pattern
25. Module 25
- How to fetch data from an API and Image Optimizations
26. Module 26
- Dealing with input form and optimizations
27. Module 27
- How to style components in React