Reactjs – How to render id and name, where i getting the API response
` I'm trying to populate my select dropdown options with values that come from an API call as soon as the page loads. Currently, the options are only generated, how can i list options in select field. On page load,…