Closed st-clair-clarke closed 7 years ago
Hi st-clair-clarke,
I'm not familiar with ngrx so I may be misinterpreting, but my understanding of what they are saying is that the parent interface Action
no longer has a payload field on it, but specific subtypes of it will. In the example in the migration guide, UserActions.Login
, which I assume is a subtype of Action
, still has a payload field. If this is indeed the case, then this library should continue to be perfectly compatible, as there is no circumstance where it is necessary to access a payload field without first being sure of what specific action subtype an object is an instance.
Let me know if this is wrong for some reason, but my understanding is that the ngrx change should not affect the usage of this library.
Closed for inactivity. Feel free to reopen if you have additional comments.
Given the changes with ngrx 4, is typescript-fsa-reducers still compatible? There are changes with Actions (for example, there is no payload property). How does this impact on this package?
See migration guide at https://github.com/ngrx/platform/blob/master/MIGRATION.md
Thanks