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.