-
You are deprecating a core redux feature (_createStore_) in favor of adding a separate dependency(_configureStore_ from _redux tookit_).
- Doesn't that make the library itself deprecated? (seeing …
-
`Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
error While trying to resolve module `immer` from file `C:\Users\nadre\Documents\Proyectos\ocho-react\node_modules…
-
@tananaev I propose two different modern react tools for this project.
### [Redux Toolkit](https://redux-toolkit.js.org/)
With this library there will be less boilerplate when creating redux act…
dt-ap updated
2 years ago
-
I have a rather large enterprise app. It adds reducers and APIs dynamically:
```javascript
// create baseApi
export const reduxApi = createApi({
reducerPath: "reduxApi",
baseQuery: fetc…
-
-
# Question about Next.js
I would like to add an example with `redux-persist` to show how to use it and sync redux state to store it offline.
-
Situation - I have a promise that returns some data. This promise may return with an error, so it is wrapped in a `try/catch` (where the error is handled and I get the payload using the `thunkAPI.reje…
-
Can we switch to [styled-components](https://github.com/styled-components/styled-components)?
Outdated comparison
It has many advantages against JSS
Here comparison table, and next versio…
-
Redux Toolkit exposes its own utility function for creating stores called [configureStore](https://redux-toolkit.js.org/api/configureStore). When using this function, you need to pass all enhancers in…
-
not able to understand in your docs in redux-toolkit, please bring full example to your docs