-
Best practice for Redux is to have a normalized state tree: https://redux.js.org/recipes/structuring-reducers/normalizing-state-shape but currently the state tree is hierarchical. (`DNADesign` contain…
-
# Reactathon 2022: The Evolution of Redux Async Logic · Mark's Dev Blog
[https://blog.isquaredsoftware.com/2022/05/presentations-evolution-redux-async-logic/](https://blog.isquaredsoftware.com/2022…
-
The RTK Toolkit and react-redux libraries are installed via package.json, but they're not yet configured as part of the app.
Tutorials:
* https://redux.js.org/tutorials/essentials/part-1-overview-…
-
-
### Description:
New to Redux and encountering a challenge: I need to manage user authentication in my application using Redux. Specifically, I want to store user login information in the Redux sta…
-
hello,
im using react with redux tkq and persist,
im facing some error which im not sure what occurred it,
what im trying to do, is to persist authSlice in order to keep user's data while refreshin…
-
Hi, I'm a Redux maintainer. I'd specifically recommend switching the logic to use our new official Redux Toolkit package. It includes utilities to simplify several common Redux use cases, including s…
-
We are using `PluginTemplateSettingPanel` component to show a button on the Site Editor.
This is the PR https://github.com/woocommerce/woocommerce-blocks/pull/9386, and [this is the logic ](https:/…
-
Hello,
I’m using redux-logic 0.15.0 and I’m getting the following error:
• TypeError: Cannot read property 'toString' of undefined.
I debugged the createlogic and createlogicmiddleware JavaScri…
-
In order to kick off the use of Redux, we need a simple implementation of it with simple smoke tests. The redux logic can be located in `/client/redux` while the redux smoke tests can be added to `/cl…