Using useSelector & Custom Selectors in Redux Toolkit | React Tutorial (#04)

Опубликовано: 02 Июль 2026
на канале: Rowadz
6,673
79

In this video, we learn how to read Redux state using the useSelector hook and create custom selectors with Redux Toolkit.
This is a practical step in building a clean and maintainable React + Redux app using modern tools like Immer and Proxy.

☕ Like the tutorial? Support me here:
https://www.buymeacoffee.com/rowadz

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

📚 Docs Mentioned:

useSelector: https://react-redux.js.org/api/hooks#...

Redux Toolkit: https://redux-toolkit.js.org/

Immer.js: https://immerjs.github.io/immer/docs/...

JS Proxy API: https://developer.mozilla.org/en-US/d...

⏱️ Timestamps:
00:00 - Introduction
00:30 - Reading from the store with useSelector
02:08 - Creating a selector
02:55 - Rendering todos with selected state