An Introduction to React Hooks
Learn how to store state in functional components using React Hooks API. Explore useState, useEffect, and useRef hooks to enhance your React development. Avoid prop drilling with Context and reduce code redundancy with custom hooks. Discover how to efficiently derive values using useMemo in React.
With the release of the React Hooks API, it is now possible to store state in functional components. In this playlist, we’ll take an initial look at the
hook as well as a few others. In one of the later lessons, we’ll build a custom hook, a tool for easily sharing functionality with more that one component.
Course Content
Store State in React Functional Components with useState
Run Side Effects with React useEffect
Avoid Prop Drilling using Context in React
Create a Persistent Reference to a Value Using React useRef Hook
Reduce Code Redundancy with Custom React Hooks
Efficiently Derive Values in React using useMemo
User Reviews
Be the first to review “An Introduction to React Hooks”
You must be logged in to post a review.
There are no reviews yet.