Hiding Your API Credentials Client Side using a Proxy Server in React
Typically I advise people to use a server-side request to query a GraphQL API. This is because you can hide your API key in the server-side code. However, most Jamstack applications require you to write client-side code, so you can't use a server-sid...
stepzen.hashnode.dev4 min read