React — How To Proxy To Backend Server

Explaining how to configure a proxy for backend API calls with an example.

Bhargav Bachina
Bachina Labs
Published in
6 min readJun 13, 2020

--

Photo by Patrick Fore on Unsplash

There are so many ways we can develop and deploy React application. Mostly we are deploying React applications in serverless mode nowadays. We can store all the react assets or build in the S3 bucket for the static web hosting and call the API calls with CORS enabled. You…

--

--