-
Je vais faire une petite demo voir si Mobx serait plus approprié à notre petite application
Leyka updated
6 years ago
-
Our design is such that we'd like to isolate Kepler from the rest of the application, and do not want to expose our store to Kepler. It appears that Kepler's use of `connect` prohibits use of Kepler w…
-
I will be documenting the functionality of the `src/redux/movies/trending.reducer.js` file, which handles the state management for trending movies in the Redux store.
-
When I try to use redux toolkit, alias is dispatched and corresponding function is also called but after that showing an error
`wrapStore.js:97 Error: Actions must be plain objects. Use custom middl…
-
So I have just started an expo project, and I am using redux-presist. My problem is that the state is loading fine on ios. But it's not working on android. When I save my code with live reload it is w…
-
### Describe the bug
I have a React Native project and was able to setup `reactotron-react-native` and my tests were still working fine, but as soon as I installed `reactotron-redux` and set it up …
-
Redux was adopted in Auspice many years ago. Since then, Redux has developed new features to simplify usage (e.g. Redux Toolkit, hooks API).
Steps from the [migration guide](https://redux.js.org/us…
-
Hello,
I found an interesting bug in our production environment. One component that uses redux failed to set it redux store data but still tried to render. It then, in some cases, rendered data fro…
-
I am getting this error on iOS only so far.
Seems to only happen when Redux Persist is enabled.
Relevant libraries:
```
"@reduxjs/toolkit": "^2.2.6",
"react": "18.2.0",
"react-…
-
Instead of storing the search query and results in a hook - move them to redux.