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

## **This PR**: - [X] Creates dedicated repos housing shareable config files for: - **ESLint** - **Prettier** - **TypeScript** - **Vitest** ## **Part 1 of 3** This PR precedes #4606...

Add an option to filter parameters out for RTK Query codegen for OpenApi schemas. Both the path parameter and the body parameter aren't included in this, but could possibly be...

Triggered by #4290 and the fact that we had similar asks before. Not sure if the extra generic arg is worth it. Thoughts, @EskiMojo14 & @markerikson ?

I am working on implementing security for my web application with AWS Cognito. I've written a little Auth API that will return an access token for a given scope, and...

This utility type is useful for creating custom wrappers around `createAsyncThunk`.

### This PR: - [X] Bumps TypeScript version for toolkit and the root `package.json` to 5.4. - [X] Fixes TypeScript 5.4 issue related to calling `dispatch` inside `createAsyncThunk`. - [X]...

I have a very generic question. My project is quite big and I updated a lot of components. I noticed that I'm lately running into issues and cannot figure out...

Hi there, Using the RTKQ OpenApi CodeGen, [common parameters](https://swagger.io/docs/specification/describing-parameters/) are tricky to deal with. I have set some common parameters to be put in the headers for every query. The...

I'm working on a NextJS application using the App Router. Virtually all of our data is fetched client-side using RTK query, in a similar manner to a standard React application....

bug
rtk-query

When serializing a query object that includes a `BigInt`, rktQuery blows up with: ``` TypeError: Do not know how to serialize a BigInt ``` This seems to be due to...

bug
rtk-query