@air/react-memoized-context
- Use your React Context without the additional re-renders in the consumers - Ability to read values out of context "on-the-fly" - useful in callbacks so you don't have to bind the UI to a context value change just to use the value in a callback - Redux-l