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
* Remove need for index.js #235 (#236)
* Remove need for index.js (#235)
* Update to V5
* Separate IDispatcher / IStore #209 (#237)
* IStateSelector<TState, TValue> #221 (#238)
* Language version 9 features
* Added 5.0 breaking changes to releases
* Fix JS accidentally introduced error in ReduxDevTools middleware
* Make generic action types human readable in ReduxDevTools #205 (#249)
* Make generic action types in ReduxDevTools human readable #205
* Move actions to common folder in tutorials #250 (#251)
* Update versions to 5.0.0
People frequently try to inject IDispatcher into dependencies indirectly referenced by the store
e.g. Store => Effect => ServiceThatNeedsIDispatcher
This currently doesn't work because IDispatcher is an alias for IStore. The proposal is to separate IDispatcher and IStore.
The text was updated successfully, but these errors were encountered: