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

Actual content changes for #4393 , at long last! The current WIP example code is over in: - https://github.com/reduxjs/redux-essentials-example-app/tree/feature/tutorial-steps-ts-revamped I'm doing another round of revisions and step-by-step checking to those...

## What docs page needs to be fixed? Page: https://redux.js.org/usage/structuring-reducers/normalizing-state-shape This page is referenced in the [Redux Style Guide](https://redux.js.org/style-guide/). ## What is the problem? At the end of the article,...

docs

fixes #4538 - [:memo: Documentation Fix](?template=documentation-edit.md)

## What docs page needs to be fixed? - **Section**: Per-route state - **Page**: https://redux.js.org/usage/nextjs#per-route-state ## What is the problem? I'm learning Nextjs and want to setup Redux in Nextjs...

docs

Really ought to add a usage guide page that talks about debugging Redux: - Overall mindset of tracing actions - Using the Redux DevTools - Using Replay - links to...

docs

I was reading the style guide the other day and noticed that "Allow Many Reducers to Respond to the Same Action" wasn't clear enough, especially for those who are not...

Based on https://github.com/redux-utilities/reduce-reducers/, but with (hopefully) better typings.

Ref #4789 This PR is a first experimental attempt to figure out a hypothetically feasible approach at building all of our docs as one big combined site. So far: -...

## Background Copy-pasting my comment from https://github.com/reduxjs/redux-toolkit/issues/2637#issuecomment-1229091424 (and also similar thoughts in https://www.reddit.com/r/reduxjs/comments/1e4r3ts/the_worst_documentation_ever/ ): For very valid historical reasons, we have three separate libraries, each with their own repos: -...

## What docs page needs to be fixed? [Link](https://redux.js.org/usage/deriving-data-selectors#balance-selector-usage) - **Section**: Balance Selector Usage - **Page**: Deriving Data with Selectors ## What is the problem? Quoting from the docs: >...