ReactJs-Interview-Question icon indicating copy to clipboard operation
ReactJs-Interview-Question copied to clipboard

I have added 1 awesome question Number 76

Open BaslaelWorkineh opened this issue 1 year ago • 1 comments

Scenario Based - Async Data Fetch and Rendering Create a React component that fetches data from a given API endpoint and renders it as a list.

The API endpoint returns an array of objects, each containing an id and a name. However, there is a 2-second delay before the API responds.

Implement the React component to fetch the data from the API and display it as a list.

BaslaelWorkineh avatar Feb 21 '24 13:02 BaslaelWorkineh

I am really sorry for the delay, could you resolve the conflicts?

Vasu7389 avatar Jul 16 '24 15:07 Vasu7389