Use the useContext Hook to Wire-up the React Context API

Elijah Manor
InstructorElijah Manor

Share this video with your friends

Send Tweet

React changed their Context API in version 16.3 to include Provider and Consumer components. Inside of a Function Component you can leverage the useContext hook to wire-up a consumer instead of using the Render Props Consumer component.