Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible implementation as a store enhancer? #3

Open
markerikson opened this issue Jun 23, 2016 · 0 comments
Open

Possible implementation as a store enhancer? #3

markerikson opened this issue Jun 23, 2016 · 0 comments

Comments

@markerikson
Copy link

This looks interesting, but it looks like the current implementation is somewhere between a copy/paste of the existing Redux createStore implementation, and a wrapper around an actual store instance. Could this maybe be implemented as a Redux store enhancer instead (http://redux.js.org/docs/Glossary.html) ? The discussion in reduxjs/redux#1813 is also pretty relevant, as it's related to batching actions and minimizing subscriber notifications, and also includes discussion of how store enhancers work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant