CreateSelector in Redux Toolkit with TypeScript

Опубликовано: 28 Октябрь 2024
на канале: Sakura Dev
13,050
162

In this video, we'll be talking about a custom memoized selector that we can use in React Redux Toolkit.

This selector will allow us to memoize specific sub-selections of the results of the redux store, which can be really helpful when dealing with complex data. We'll be using TypeScript to develop this custom selector, so make sure to check out the video to learn more!

Subscribe to my channel    / @sakuradev  

GitHub repo: https://github.com/vahid-nejad/redux-...