Simpler state management for React apps: observable stores and Higher Order Components
React apps need a way to manage their state. Redux and MobX are good but here's a leaner and simpler solution which just works as well as those libraries.
Read moreEmilio Rodriguez Martinez