My solutions and projects for MikeCodeur's bootcamp (ReactJS).
From 13/06/2022 to 18/09/2022.
What I've learned ?
Basics React patterns:
- Proxy components
- Props drilling
- State hoisting
- Lifting state up
- High Order Component (H.O.C.)
Basic hooks:
- useState
- useEffect
- useRef
Advanced hooks:
- custom hooks
- useReducer
- useContext
- useCallback and useMemo
Advanced React patterns:
- Compound components
- Props collection
- State reducer pattern
- Props control pattern
- Context module functions