Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#4421·redux

Redux FAQ: Organizing State Outdated

Author: wadsworjCreated Sep 23, 2022Updated Oct 27, 2022
LabelsDocumentation

What docs page needs to be fixed?

  • Faq:
  • Redux FAQ: Organizing State:

https://redux.js.org/faq/organizing-state

What is the problem?

I was looking at this today and this FAQ seems outdated.

In particular, it links to two community packages that have been out of date since 2015:

redux-component, redux-react-local

It also makes mention of this.setState().

There is no mention of RTK, useSelector, or react hooks.

As a beginner, this is a very confusing page to come across via Google.

What should be changed to fix the problem?

Ideally - it should be updated. If not - it should be marked as depreciated or removed.

Source: reduxjs/redux

View original on GitHubView discussion on GitHub