Mark Erikson
Mark Erikson
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...
This is a tracking issue for all work related to updating the FAQ section. ## Tasks - [ ] Determine info that should be reflected in other pages - [...
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...
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...
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...
This is a tracking issue to cover all work related to rewriting the "Recipes" section. ## Tasks - [ ] Move "Configuring Your Store" to "RWU" - [ ] Add...
This is a tracking issue for all work related to adding "guided learning paths" to the docs. ## Tasks - [ ] Define the desired paths and goals for each...
This is a tracking issue for all work related to improving new and existing content as part of the rewrite, beyond the actual writing. ## Tasks - [x] Add CodeSandbox...
This is a tracking issue for all work related to creating a new "Understanding Redux" section ## Goal Pasting from my original writeup in #3313 : > This section has...