idev0085 / react-boilerplate

0 stars 0 forks source link

Reselect in Redux #78

Open idev0085 opened 3 years ago

idev0085 commented 3 years ago

Reselect is a library for building memoized selectors. We define selectors as the functions that retrieve snippets of the Redux state for our React components. Using memoization, we can prevent unnecessary re-renders and re-calculations of derived data which in turn will speed up our application.