SignalStore and Redux Pattern #4191
-
I've been trying to consume as much info about the signalstore as possible but I can't seem to wrap my head around how it will implement the redux pattern. Seems like ngrx store had a very clear separation of responsibilities and unidirectional data flow, but the signal store seems to blur that line. Any advice would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
At the moment, it looks like it is not going to happen: #4031 We are currently working on a redux extension as a community project: https://github.com/angular-architects/ngrx-toolkit. You can try it and give feedback or contribute. |
Beta Was this translation helpful? Give feedback.
At the moment, it looks like it is not going to happen: #4031
We are currently working on a redux extension as a community project: https://github.com/angular-architects/ngrx-toolkit.
You can try it and give feedback or contribute.