Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Normalizing State Shape: Normalizr no longer maintained #4699

Open
ridoy1234567 opened this issue Apr 17, 2024 · 1 comment
Open

[Docs] Normalizing State Shape: Normalizr no longer maintained #4699

ridoy1234567 opened this issue Apr 17, 2024 · 1 comment

Comments

@ridoy1234567
Copy link

What docs page needs to be fixed?

Page: https://redux.js.org/usage/structuring-reducers/normalizing-state-shape

This page is referenced in the Redux Style Guide.

What is the problem?

At the end of the article, the library Normalizr is suggested for normalizing nested data into a normalized format.

Normalizr is no longer maintained as of March 19, 2022.

What should be changed to fix the problem?

The article should describe a more modern solution to normalizing nested data, such as Redux Toolkit's createEntityAdapter.

@ridoy1234567 ridoy1234567 changed the title Normalizing State Shape: Normalizr no longer maintained [Docs] Normalizing State Shape: Normalizr no longer maintained Apr 17, 2024
@EskiMojo14
Copy link
Contributor

While I agree that it would be good for that page to mention createEntityAdapter as an option, it's worth noting that Normalizr is both stable and has far more features than createEntityAdapter (for example, supporting relational data)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants