skip to Main Content

Reactjs – Storing data from an endpoint to a variable and preventing the variable from accepting data from the endpoint after initial reload

So I have a data response that looks like this - "data": [ { "_id": "65a52c333972416e3ef579a9", "kitchenName": "Micdamilare Cuisine", "image": "https://1703115912.png" }, { "_id": "65a52c333972416e3ef579d3", "kitchenName": "So Fresh", "image": "https://1703192022.jpeg" }, { "_id": "65a52c333972416e3ef579c8", "kitchenName": "The Nest Lounge", "image": "https://1703082755.jpeg"…

VIEW QUESTION
Back To Top
Search