-
# Description
Currently, our application utilizes custom hooks for state management. To enhance consistency, scalability, and maintainability, we propose refactoring these custom hooks to use Redux T…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
I am trying to implement code splitting in my app, and I call replaceReducer when a new reducer is loaded. I use the shouldHotReload: false option to avoid rerunning actions, but now the actions dispa…
-
For expediency, we [ignored](https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data) some violations of Redux's [guideline](https://redux.js.org/style-guide/#do-not-put-non-…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
### Are you submitting a **bug report** or a **feature request**?
Bug Report
### What is the current behavior?
The action types are defined using type:string. Which makes it hard to have type…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
I really love the power and simplicity of the redux dev tools. There's just one little thing that bugs me about it. I'm the kind of guy who has very looooong names for redux actions:
![image](https…
-
Lots of things is getting rerendered on unrelated actions. For example, when clicking a checkbox on the side panel, the whole page rerenders. This reduces feasibility of some cool features from being …
-
I'm using "flow-typed" version 2.4.0. When I run yarn flow in my project, I get an error:
Library type error:
flow-typed/npm/redux-actions_v2.x.x.js:107
107: type: $ElementType,
…