How to load local images assets dynamically in a React App So I built a fairly straightforward React app using ‘create-react-app’, and it has a few nested components, that display data from a .json file. I was able to make the column headers sort the data and the output redisplays…