This course is up to date, guaranteed
We'll start the course off with some housekeeping items. You'll learn about the best strategy for getting the most out of the course as well as the projects you'll be building.
In this section you'll learn how to add side effects to React function components using React's useEffect Hook. Along the way, you'll learn some common useEffect pitfalls to be aware of.
In this section you'll learn about the useRef Hook which allows you to persist a value across renders without triggering a re-render.
In this section you'll apply everything you've learned throughout the course by refactoring an existing app which uses React class components to use React Hooks.
When React Hooks were released, React was the most popular and most loved front-end framework in the JavaScript ecosystem. In this section, you'll learn why, despite existing praise, the React team dedicated so many resources to creating and releasing Hooks. Along the way, you'll also get a soft introduction to the main aspects of the Hooks API.
In this section you'll learn why and how to create custom React Hooks. You'll also learn why custom Hooks can replace other patterns such as Higher-order components and Render Props.
In this section you'll learn how to pass data deep into your component tree by utilizing the useContext Hook.
Although you've gone through the course, you're not quite done yet. In this section you'll learn about the curriculum project you'll build in order to cement what you've learned throughout the course.
In this section you'll learn how to use React's useState Hook to add and manage state in a function component.
Sometimes you need to manage a complex piece of state. In this section you'll learn about the useReducer Hook, how to use it, and when to use it instead of useState.
Although not always necessary, sometimes your app needs a performance boost. In this section you'll learn about three features of React to do that, React.memo, useCallback, and useMemo.
This is the part where we're supposed to tell you how great the course is. Even better if we get other "famous" developers to give their "reviews". Instead, we'll let those who have actually taken the course do that.
75 Reviews
Good course, although I struggled a lot with the practice exercises. Just ended up skipping most.
One of the best hands-on React Hooks courses! Thank God that Tyler Mcginnis exists in the React world 🙏
This was a really informative and practical course
Now I can confidently say that I understand how hooks work. Thanks to you. Keep up the good work <3
One of the best courses on React Hooks, IMO. It covers all you need to know AND is very easy to follow.
A great course for anyone with existing experience with REACT, and still quite good even for newcomers. Improving upon earlier courses such as Modern Javascript and the base REACT course on dev.ui, this course did a great job of incorporating even more learning-by-doing to solidify the concepts in the student's understanding. Tyler does a great job of explaining concepts in a logical manner, ordering lessons to build upon earlier lessons, and keeping the student engaged.
Great walkthrough on react hooks, especially the part where React.memo / useCallback / useMemo are covered - non trivial subject explained in pure English!
Perfect course
Amazing course, that gives your deeper understanding of api you use every day. If you want to be best at React, you're in the right place
Join thousands of ambitious developers who use our courses and events catalog to scale their JavaScript careers.