redux-toolkit
redux-toolkit copied to clipboard
The official, opinionated, batteries-included toolset for efficient Redux development
# Tutorials Quick Start : Different File Name https://redux-toolkit.js.org/tutorials/quick-start  ScreenShot is TypeScript file but file name is couterSlice.js * ## please fix it
Hey RTK Team, It seems that using Typescript's Node16 module resolution is incompatible with separate `package.json` files (which is how RTK does the optional query addon, and that query addon's...
Hi I've try to take a look at the ssr-experiment exemple here: - https://github.com/JulienKode/ssr-experiments/pull/new/chore/demo - https://codesandbox.io/s/naughty-robinson-47e9jt?file=/package.json I've: - added console log on `getRunningOperationPromises` - Create a fake long query (10s)...
I have an application where I have split features into separate areas and I'm having trouble trying to use the endpoint `select` method. I understand the code provided below is...
CancelToken from axios is [deprecated](https://axios-http.com/docs/cancellation), so I suggest updating the [documentation](https://github.com/reduxjs/redux-toolkit/blob/master/docs/api/createAsyncThunk.mdx#listening-for-abort-events) to use [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) instead.
Running the RTK code generation as described in the docs by running `npx @rtk-query/codegen-openapi openapi-config.ts` works fine without any issues. However, running exactly the same config using the `generateEndpoints` function...
As requested by Daniel in chat. It's not a lot of code, so it could be discussion-worthy. Essentially, the idea is to be able to pass additional args into the...
Updates docs to reflect changes after PR-1910 was merged. References - pull: https://github.com/reduxjs/redux-toolkit/pull/1910 - issue: https://github.com/reduxjs/redux-toolkit/issues/1904 Note: this should also be attached to #1926.
References: https://github.com/reduxjs/redux-toolkit/issues/1283
Related to issue [#2055](https://github.com/reduxjs/redux-toolkit/issues/2055)