Description
In this course, you will :
- useState: Manage state effectively within functional components.
- useEffect: Handle side effects like fetching data, updating the DOM
- Managing form inputs with state.
- Examples like measuring window dimensions
- Gotchas and things to watch out for with React hooks
- Persisting references across renders.
- Creating and consuming a context for global state management