redux-toolkit icon indicating copy to clipboard operation
redux-toolkit copied to clipboard

The official, opinionated, batteries-included toolset for efficient Redux development

Results 422 redux-toolkit issues
Sort by recently updated
recently updated
newest added

# Tutorials Quick Start : Different File Name https://redux-toolkit.js.org/tutorials/quick-start ![image](https://user-images.githubusercontent.com/65848374/177271396-074bae7d-1c18-4a6e-95b5-e9c2234a4d07.png) 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)...

bug

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...

bug
typescript

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.

docs
RTK-Query

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.

needs work

References: https://github.com/reduxjs/redux-toolkit/issues/1283

needs work

Related to issue [#2055](https://github.com/reduxjs/redux-toolkit/issues/2055)