Issue of accessing data from external api

when i am trying to access some a fetch request from external API in my react component, i get
the error as this fetch request can not completed due to CORS

how to resolve this issue effectively ,
anyone can help me?

You can usually use a proxy to get by cors issues.

https://corsproxy.github.io/

https://cors-anywhere.herokuapp.com/

thanks for replaying. let me try this.