-
I have big project with Redux Toolkit and thunk, i will change to rematch and implement typescript to.
How can i made this slowly feature by feature?
Any have an example to share?
-
# No references to Redux Toolkit?
[Redux Toolkit](https://redux-toolkit.js.org/)(rtk) seems to have many parallels to this project. It is an official redux project.
The documented rationale of t…
-
## problem
Redux need to write lots of action and reducer, while `rematch` combine action and reducer, and use immer to make a mobx-like experience.
**Describe the solution you'd like**
TBD
…
-
Hello! Thanks for your demo project.
It works well!
I use rematch-persist to save state.
But it dont works well. persist dont save any state.
Could you give me some hint for this??
My code …
-
Hello folks 👋
I'm happy to share that officially Rematch book is ready to pre-order on Amazon. **[Pre-order now](https://packt.link/Yg4NQ)**
This book it's a step-by-step guide on how to create …
-
## store.js
```
import { init } from '@rematch/core';
import createPersistPlugin from '@rematch/persist';
import { routerMiddleware, connectRouter } from 'connected-react-router';
import { crea…
-
Now that hooks are in `react-redux` _and_ performant, there's a lot of cases where the regular library makes more sense and it would be less confusing to import from `react-redux` (or `rematch`).
…
-
I'm using version 5.10.0 and trying to figure out why my state does not persist in between app reloads. I'm developing this app for iOS / Android and using AsyncStorage but am not sure why there is no…
-
- [ ] Show DevTools
- [x] Dispatches to store as filter.
-
We know it can be good for bigger application but I'd really like to open discussions about possible alternatives.
We know Redux takes a lot of code to make a simple feature. We also have to look f…