You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: