Using Hooks in React 18 Description
This course will teach you everything you need to know about using React Hooks in your React apps, as well as how to create your own custom Hooks to manage your state and components. This course, Using Hooks in React 18, will teach you how to use React Hooks in your function components as well as the reasoning behind hooks. First, you’ll investigate what a React Hook is by creating your own useState Hook from scratch. The built-in React Hooks provided by the React Facebook team will be revealed next. Finally, you’ll learn how to integrate built-in Hooks, Hooks you create yourself, and third-party Hooks into real-world React apps.
Here’s what you will learn in this course:
- Course Overview
- Introduction
- Understanding React Hooks
- The Built-in Hooks useState, useEffect and useReducer
- The Built-in React Hooks useRef, use Context, use Memo and useCallback
- Using Context and Custom React Hooks for a Redux-like Experience
- Leveraging React Hooks and Context for Modal Popup Forms
- Improving React Performance with useMemo, memo and useCallback
- Improve UI Experience with useDeferredValue and use Transition
- Course Takeaways