Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Mar 7, 2024
1 parent e08a5d6 commit 905a952
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .changeset/thick-terms-hear.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
'@withease/redux': minor
---

Added "Async Setup" feature
This PR adds a new overload for the `createReduxIntegration` - without explicit `reduxStore`, which allows you to pass the Store via `setup` event later.

This helps to avoid dependency cycles, but at a cost:
The type support for `reduxInterop.$state` will be slightly worse and `reduxInterop.dispatch` will be no-op (and will show warnings in console) until interop object is provided with Redux Store.

0 comments on commit 905a952

Please sign in to comment.