You may find Redux’s boilerplate to be a little of...
# javascript
c
You may find Redux’s boilerplate to be a little offputting as well if you’re coming from reframe. React 16.3's new Context API is probably where you should start for state management if local component state isn’t sufficient. The Context API is simple and easy to use and is what powers things like Redux.
f
Actually there is a tiny state management lib based on this new API: https://github.com/jamiebuilds/unstated
c
I think that one is definitely the frontrunner for sure. I like Contextual too but haven’t used it much yet https://github.com/drcmda/react-contextual
But I just found this too so… lots to choose from I guess https://github.com/diegohaz/awesome-react-context