Normalizing Redux State with createEntityAdapter | Redux Toolkit Tutorial (#07)

Опубликовано: 24 Март 2026
на канале: Rowadz
8,141
135

In this video, we dive into why and how to normalize your Redux state, based on official Redux recommendations.
We also introduce createEntityAdapter, a utility from Redux Toolkit that helps manage normalized data more easily.

☕ Like the video? Buy me a coffee:
https://www.buymeacoffee.com/rowadz

📂 Code Repo:
https://github.com/Rowadz/react-redux...

📚 Resources Mentioned:

Pollux API Generator → https://pollux.dev/

Normalizing State (Redux Docs) → https://redux.js.org/recipes/structur...

Redux Toolkit Playlist →    • 🏟️ Redux Toolkit 🏟️  

React + Redux Playlist →    • ⚛️ Redux & React ⚛️  


⏱️ Timestamps:
00:00 - Why normalize Redux state?
03:41 - What normalized state looks like
06:33 - Using a REST API from Pollux
09:40 - Wrap-up