GeoDaCenter / covid-atlas

An interactive map of COVID-19 data with spatial analysis tools
GNU General Public License v3.0
7 stars 0 forks source link

Use Reselect for computed state #12

Open bertday opened 4 years ago

bertday commented 4 years ago

Because our Redux store is large and fairly normalized, we will most likely want to start using Reselect at some point to cache computed values.

More from the Redux docs:

https://redux.js.org/recipes/computing-derived-data