redux-toolkit
redux-toolkit copied to clipboard
The official, opinionated, batteries-included toolset for efficient Redux development
I have used https://easy-peasy.vercel.app/ lib so far with no issues. can this library optimise usage as https://easy-peasy.vercel.app/ do? As with Easy-peasy too much code is reduced compared to the redux...
In the docs, there is a section about streaming updates: https://redux-toolkit.js.org/rtk-query/usage/streaming-updates However, there is no recommendation on how to handle errors for those updates. An example for an error in...
I have an api definition based mostly off the examples in the docs, in full below. I have an endpoint I want to add that involves uploading a file to...
# [Issue: The link of "enhanceEndpoints" in rtkq document is wrong](https://github.com/reduxjs/redux-toolkit/issues/2679) In [this page](https://redux-toolkit.js.org/rtk-query/usage/code-generation), the link of "enhanceEndpoints" is wrong. Currently it's https://redux-toolkit.js.org/rtk-query/usage/code-splitting This page contains nothing about `enhanceEndpoints`. It...
In [this page](https://redux-toolkit.js.org/rtk-query/usage/code-generation), the link of "**enhanceEndpoints**" is wrong. Currently it's https://redux-toolkit.js.org/rtk-query/usage/code-splitting This page contains nothing about `enhanceEndpoints`. It should be https://redux-toolkit.js.org/rtk-query/api/created-api/code-splitting#enhanceendpoints
Hello guys! Will be cool add progress for uploading files. Like onUploadProgress in axois, but not using axios:)
Hi team, Im using RTK Query in my project and recently added injectendPoints for code split my service apis, from emplty api slice. But I'm having issue as I have...
I'm trying to extend a `useQuery()` hook with the newly released `TypedUseQueryHookResult` type introduced in 1.8.4, but I'm getting the following: ``` Types of property 'isUninitialized' are incompatible. Type 'true'...
Mostly for discussion: This would be my alternative approach to #2599 Downside: * it's an enhancer - we would need to add that to the docs and probably have to...
Inspired by #799 , I'm trying to add some "indices" to `createEntityAdapter`. The idea is that you could define secondary sorting options beyond the standard sorting for `state.ids`, and the...