Context Provider
Context Provider (🏁 solution)
👨💼 Great! Now we've got a context provider so all the components can reference
the same state for our search params. Next let's improve this more by making
a hook for it and dealing with an issue with the default value.