How do I refer to a local data file using useEffect() in a create-react-app React project?
I’m working on a React project built with create-react-app and am confused about how to reference a local JSON file wth useEffect(). My directory structure looks like: public src components …