Shareable Custom Hooks in React

30m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.4
612
people completed
Bookmark
Download
RSS

React 16.8 introduced Hooks like useState for using stateful logic in our function components, and useEffect for side effects previously only used in class-based components.

The React Team has given developers a way that simplifies using core features, but what's that mean for the code that you write?

In this self-paced workshop, you'll work through refactoring a component to use a custom hook, and learn to apply the patterns used by the React team to your own code.

Follow the React Team's lead, and make your code more readable, reusable, and reasonable!

Instructor

Joe Previte

Hi, I'm Joe! 👋🏼

I'm a developer with a passion for learning. I currently work as an Open Source Developer Advocate at Facebook. In my free time, I like to workout, spend time outdoors and meditate.

What you'll learn

  • Custom React Hooks
  • Test React Hooks
  • npm

Course content (8 lessons)

    illustration for Shareable Custom Hooks in React