-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feat: Pass optional param with all actions #1
Comments
Major refactor though, will have to do it next week. |
@JonnyBGod - if you can provide more details, i'll be happy to add this. i don't have much experience with ngrx though, so i may need some guidance. |
I will try to update the ngrx implementation next week. Did a few changes since this first version. |
but for reference related to this issue it should be changed to something like this: actions:
effects:
without the ** of course. |
Another refactor should be the reducers helper methods. should change to
and similar with other reducers. |
@JonnyBGod good to hear you can spend some time on this soon. I hope to get this puppy out asap. Let's hop on a call when you have time so we can iron out the things and talk through the steps we need to take to finalize. |
also still related to this issue, for the meta parameter to validate with TS we have to add the following to BaseModels.ts
|
@beeman Yes, sure will get back to you for the call hopefully mid next week. Sorry for almost two months of absence here but been busy. But I see you got a few extra hand on it 👍 |
Yeah the starter is doing great with help from @brannon-darby and @kattsushi. We aim to release a beta version once the ngrx stuff lands in the sdk-builder alpha/beta |
This would provide an easy way to pass extra data for action extensibility.
Good example would be for an Alert reducer, enabling us to pass "success/fail" messages to be consumed by Alert Effects/Reducers.
This would work for other use cases if we keep optional param as open as possible.
The text was updated successfully, but these errors were encountered: