How ReactN hacks React Context
Getting Context value without using Context
Some of you may be familiar with ReactN, a boilerplate-free global state management solution for React applications. In an attempt to solve common complaints by developers about other global state packages, the driving design principle behind ReactN is “What if global state were built into React?” All features attempt to mimic React’s…