I have a react app using Redux, and for testing purposes I created a local JSON file that sits inside a folder called data from within my app.
I'm trying to pass that JSON data to Redux so that I can access it and then use it to map out and display items in a separate component, but I have no idea how to do this. Can anyone provide examples or resources on how to accomplish this?