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.
Could you give a little more context on how these JSON files are structured, if you just want to render them simply, and do basic manipulations; I would suggest you to use just React and write them back to these JSON files using simple file IO.
Nikhil Mathur
Hard core JavaScript Dev
Could you give a little more context on how these JSON files are structured, if you just want to render them simply, and do basic manipulations; I would suggest you to use just React and write them back to these JSON files using simple file IO.