redux-operations
redux-operations copied to clipboard
memoize walkState
@DrorT calling a reduce function on every dispatch may get expensive. for production use we should probably build in a memoize function for walkState
I agree, And I am working on something similar for the cache. Give me a few days to see where I go with this.
see https://github.com/reactjs/reselect for inspiration