Mark Erikson
Mark Erikson
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions. **Is your feature request related to a problem? Please describe.** The current Redux example implementation shows use of...
**Is your feature request related to a problem? Please describe.** Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions. The current Redux example implementation shows use of...
I'm trying out Microbundle with https://github.com/reduxjs/redux-toolkit . For some reason, Microbundle seems to be ignoring the names that I've specified in the various `main/module/exports` fields, and is trying to reuse...
The "Essentials" tutorial currently uses _only_ plain JS for all of the examples and content. If you want to learn how to use Redux with TS, we have two separate...
Our docs currently teach app setup based on a standard SPA-style approach, and specifically with use of Create-React-App. Related, our installation instructions currently point to the two RTK templates for...
This is a tracking issue to cover all tasks related to rewriting our existing example projects. ## Tasks - [ ] Decide which examples can be removed (like `todos` vs...
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...
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
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...
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?...