-
Redux Toolkit is the recommended way of using (or at least start using) Redux nowadays. Redux Toolkit has its own version of `createStore` function called `configureStore`. It's a problem because logu…
-
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 there, the `prefer-regexp-test` rule is giving me a false positive with code similar to this:
```ts
import { createAction, Action } from '@reduxjs/toolkit'
const increment = createAction('IN…
-
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…
-
[must]:https://img.shields.io/badge/review-must-red.svg
![must]
[Recoil](https://github.com/facebookexperimental/Recoil)は、v1がリリースされることなく開発停止しているため、選定NGです。[ZustandとRedux Toolkit、Jotaiと…
-
Here is a twitter post:
How to write #Redux code in 2020 and beyond:
> We are now officially recommending [Redux Toolkit] as THE way to write Redux code...
https://twitter.com/jspartyfm/statu…
-
The latest version of redux marks the core redux as deprecated and suggests using reduxjs/toolkit instead. I have taken a look at the latter and it is indeed a great improvement and could allow us to …
-
-
# Is there any issue with my store setup?
https://gist.github.com/MuttakinHasib/c3ad30fdfcc085cf5e4a447f409f17cc
### store.ts
```ts
import {
Action,
AnyAction,
CombinedState,
confi…