Learn to UseContext() with Hooks in 3 Minutes

Nice introduction to the useContext hook in React

I’m surprised by the number of introductory React Context tutorials that use classes and useReducer(). I think classes and useReducer() overcomplicate things, so I thought I would write on useContext() without either.