Best way to load (and manipulate) a locally stored dataset in react/redux?
I have a big dataset stored in 2 json files which I would to utilize inside a react redux app. I would like to manipulate the data in those sets to filter and render as desired.