Mark Erikson
Mark Erikson
Currently, the Redux, React-Redux, and RTK docs are split across three different sites. It would be potentially useful to have all three docs sources available in one site. Unfortunately, the...
This is the parent tracking issue for all the work we'd like to do, and primarily serves to link to the other issues. I'm initially basing this off [my suggested...
There's a lot of great docs sites and teaching content out there, both for Redux and for things completely unrelated. I'd like to see what **specific** things we can learn...
This is a tracking issue to cover all work related to updating the "Other" section, as well as any other bits of content. ## Tasks - [x] Drop the "Feedback"...
This is a tracking issue for all work related to adding a new "Using Redux with a UI" section. Prior reference: #2591 . ## Tasks - [ ] Rewrite "Usage...
As seen in my [React/Redux links list](https://github.com/markerikson/react-redux-links), there's _tons_ of useful and relevant info about all things Redux online. The docs themselves can only cover so much actual info, and...
We're now at a point where I'm comfortable teaching our hooks API first (which I'm also doing right now as I work on [the new "Quick Start" Redux core tutorial...
The usage guide pages for `mapState` and `mapDispatch` are amazingly good, and I frequently link them as references to answer people's questions. However, we currently only have an API reference...
The current React-Redux docs aren't very helpful, for a lot of reasons: - They're just a Markdown file in the repo, instead of being published in HTML form - It...
In v7, we added a hard dependency on either `react-dom` _or_ `react-native`, because we need to pull in `unstable_batchedUpdates`. For those users who happen to not be using RD or...