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
`withRedux()` brings back the Redux pattern into the Signal Store.
10
13
11
14
It can be combined with any other extension of the Signal Store.
12
15
13
-
:::note
14
-
Please note, that there is an [official RFC](https://github.com/ngrx/platform/issues/4580) that a Redux extension will be added to the SignalStore in the future.
16
+
:::warning
17
+
## Deprecation
18
+
19
+
Please note, `@ngrx/signals/events`[was released as experimental in `@ngrx/signals/` v19.2](https://dev.to/ngrx/announcing-events-plugin-for-ngrx-signalstore-a-modern-take-on-flux-architecture-4dhn).
15
20
16
-
If you use `withRedux`, you will probably need to refactor your store when the official Redux extension is released.
21
+
If you use `withRedux`, you should transition to using the official `@ngrx/signals/events` features.
17
22
:::
18
23
19
24
There is also a [Redux Connector](./create-redux-state) available, which is a separate package and has a dependency to `@ngrx/store`.
0 commit comments