List of essential know how needed for day to day react development.
- Props and State
- Render Cycle and variable initialisation
- Hooks
- useState
- useEffect
- useRef
- useCallback
- useMemo
- Hooks interactions
- useMemo and useCallback with props and state change
- useEffect and useRef usage
- Hooks
- useReducer
- useLayoutEffect
- useContext
- useDeferredValue (react 18+ only)