react-waterfall
react-waterfall copied to clipboard
Question: Middleware possibilites
Do this has any middleware possibilities or will it have it in the future? Would be handy for realising a persistent store for example.
Of course you can, there is no documentation yet but a good example here https://github.com/didierfranc/react-waterfall/blob/master/src/helpers/devtools.js
So you are hinting that subscribe could be used to create a middleware? Or am I missing something?
Can middleware access the result (changeset to state) of current action?