I'm studying react and I'm developing a little web app using the RIOT Api (League of legends api), and I can't access using fetch or axios and others.. because no access through browser (CORS).
The way I can access to this API is using the action curl, so there is any way to make a curl action using react, or which way is the best to make it?
Thanks.