Reactjs – React app not displaying fetched data but can be seen in the console
enter image description hereIn network tab, it shows a books file with 208 status code but can't see any changes in the ui. I'm new to React and not so good at mapping over arrays. Home.jsx -> import React, {…