Had a great discussion with
@capt.dev about the work he and Justin Walsh are doing prototyping React's "concurrent store" API. Really excited to see the active WIP ideas like this PR:
github.com/thejustinwal...
hopefully we'll get to try this out with React-Redux soon and see what's feasible!

Enable creating store from an arbitrary source by captbaritone · Pull Request #7 · thejustinwalsh/react-concurrent-store
Adds a createStoreFromSource function which allows you to construct a React store from some data source. Also includes some example test cases demonstrating how some canonical React state providers...