I’ve been pushing myself to use more advanced react patterns and new features from React 16+. Here’s a cheat sheet I made to help me remember how to implement react context!
React context is a new tool to manage shared state in your app help avoid repetitive “prop drilling”. You can read more about it here!