redux icon indicating copy to clipboard operation
redux copied to clipboard

A JS library for predictable global state management

Results 82 redux issues
Sort by recently updated
recently updated
newest added

Enables `@typescript-eslint/consistent-type-imports` eslint rule. I noticed `redux-toolkit` has this rule enabled so I thought it'd be a good idea to port this over to `redux` too.

As a preface to actually fleshing out the docs writing tasks, I've been doing research on how to actually write good documentation. I wanted to write down some notes on...

docs

Its official support is ending, so we could probably save a bit on Babel resource usage. This would technically be a breaking change though, not sure how we'd want to...

Basically a docs page version of https://blog.isquaredsoftware.com/2022/05/presentations-evolution-redux-async-logic/ Also, this page is similar: https://nordfjord.io/2020/08/31/async-redux.html

docs

A lot of the questions and confusion around using and learning Redux seem to stem from a lack of understanding about why and how it was created in the first...

docs

## What docs page needs to be fixed? https://redux.js.org/usage/configuring-your-store#integrating-the-devtools-extension ## What is the problem? The docs are referring to a deprecated package https://www.npmjs.com/package/redux-devtools-extension ## What should be changed to fix...

### Prior Issues https://github.com/reduxjs/redux/issues/1648 https://github.com/reduxjs/redux/issues/3482 ### What is the current behavior? https://github.com/reduxjs/redux/pull/2773 claims to have fixed https://github.com/reduxjs/redux/issues/1648 and to allow to properly type a `storeEnhancer` that extends the state. But...

### Prior Issues https://github.com/reduxjs/redux/pull/3143 ### What is the current behavior? `redux/es/redux.mjs` does not have any associated typings. ### Steps to Reproduce Import `redux/es/redux.mjs` in a TypeScript file: ```ts import {createStore}...

## What docs page needs to be fixed? - **Section**: Redux Essentials - **Page**: RTKQuery Basic ## What is the problem? In [RTKQuery basics](https://github.com/reduxjs/redux/blob/master/docs/tutorials/essentials/part-7-rtk-query-basics.md), the devtools extension to view RTKQuery...

docs

**Do you want to request a _feature_ or report a _bug_?** The `StoreEnhancer` TypeScript interface does not seem to have the appropriate type for the `replaceReducer` property of the enhanced...

typescript