If you've ever built a web app that had to request data from a different domain, you've probably had to wrap your head around the browser's same-origin policy and CORS. In this article we'll learn how to get around CORS issues using Create React App's proxying capabilities.