LBOh wow I just realized what the issue was: the file needs to be in the JS folder. I was placing it in JSX so that's why it wasn't finding it. import MyData from "./data.json" works! Thank you again for the helpReply·Thread·Dec 30, 2017·1·Loading local json with React?