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

First of all, I love the new documentation, last time I checked it was years ago and was way more confusing. ## What docs page needs to be fixed? Using...

docs

## What docs page needs to be fixed? https://redux.js.org/usage/usage-with-typescript ## What is the problem? The current state of the documentation as well as related tutorials, stackoverflows etc seem to leave...

Pasting from #4127 : > What are the breaking changes in 5.x? Are the types different enough that it needs a new major? What's holding it back from getting released?...

I'd like to see if we can start applying the principles from "ship modern JS" at https://web.dev/publish-modern-javascript/ . In particular, https://web.dev/publish-modern-javascript/#modern-with-legacy-fallback-and-esm-bundler-optimizations looks like the combo of settings we would want...

The RTK docs currently use Lenz Weber's https://github.com/phryneas/remark-typescript-tools plugin to let us write TS syntax in code blocks, compile away the TS syntax to plain JS, and show both versions...

docs

This is a tracking issue for all work related to updating the FAQ section. ## Tasks - [ ] Determine info that should be reflected in other pages - [...

docs

Last year I rewrote the Redux core docs tutorials from scratch. We now have the "Essentials" tutorial, which teaches RTK as the default syntax for writing Redux logic, and the...

docs

Right now, [looking at the history](https://github.com/reduxjs/redux/commits/master/docs/introduction/LearningResources.md) the last "content update" to the ["Learning Resources](https://redux.js.org/introduction/learning-resources) page has been https://github.com/reduxjs/redux/pull/3232 in 2018. That was pre-RTK - and yet, we link to these...

docs

This is a tracking issue to cover all work related to rewriting the "Introduction" section. ## Tasks - [ ] Move "Ecosystem" to "Real World Usage" section - [x] Add...

docs

This is a tracking issue to cover all work related to creating the new ~~"Real World Usage"~~ "Using Redux" section. Original plan was to call it "Real World Usage", but...

docs