← Back to all 2018

Create and Use Context

Context is a way to pass data around our app without passing props. Let's create and use Context in our app with createContext() and useContext()... What great naming! Assignment Sandbox: https://codesandbox.io/s/react-holiday-day-20-yvxv7

Prev Next