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
Currently action names are generated from the action type name and its namespace. While this is good enough for most use cases, it's not friendly for generic actions, e.g.:
The proposal is to add an
IOverrideActionName
interface (or whatever name it is), so the action could specify its own name:This is important to for use cases like the
AsyncLoadEffect
mentioned in #203 (comment).The text was updated successfully, but these errors were encountered: