reduxjs / redux

A JS library for predictable global state management

Home Page:https://redux.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very poor naming of docs sections.

BrancuAlexandru opened this issue · comments

What docs page needs to be fixed?

  • Section: Redux Essentials, Redux Fundamentals
  • Page: All of them.

What is the problem?

Redux Essentials is modern Redux, Redux Fundamentals is legacy redux. These are extremely undescriptive names.

What should be changed to fix the problem?

Each of these should be renamed to Modern Redux and Legacy Redux, respectively.

Both of these tutorials serve a valid purpose, and the names are fine as-is.

"Fundamentals" explains the underlying core concepts: reducers, actions, state, UI behavior. These are the fundamental concepts behind Redux.

"Essentials" explains "how to use Redux, the right way, using RTK". That is the "essential" stuff you need to know to use Redux successfully.

Rationalizing level 1000. Sure.