reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.88k stars 15.27k forks source link

[Docs Rewrite] Rewrite existing "Basic/Advanced" tutorial sequence #3854

Closed markerikson closed 4 years ago

markerikson commented 4 years ago

Overview

The existing Redux "Basics/Advanced" tutorial sequence desperately needs to be rewritten. While it's been useful for many people, the target audience of the Redux docs has changed considerably since Dan first put it together. At the time, Dan said:

So hard to write the new docs. Many different audiences to cater to.
Should make sense to: Flux beginners, FP people, FP people who don't get Flux, Flux people who don't get FP, normal JS people too
Flux people: "is this proper Flux?" FP people: "is this that weird thing called Flux?" Normal people: "why not Backbone"

Clearly, the audience today is very different.

Flaws with the Tutorial

Goals

My main goals here are:

Existing Redux Tutorial Sequence Notes

Previous Personal Notes

Feedback

Introduction

Basics

Actions

Reducers

markerikson commented 4 years ago

Uh. Somehow I managed to open this issue, twice? That's lovely.

Closing this in favor of #3855 .