Aug 22, 2017 · 1 min read
Hi Samer,
Thanks for the great guide!
I’ve asked this question to another Medium author before but didn’t really get the response I was looking for. One burning question I have about React is what is the most common practice in the community for integrating with a backend?
Do most React integrations exist in the same repo as the backend they pull data from, or do most people use create-React-app and pull JSON data via a REST API from a different web app on a different server using some JS web client?
Is their even a best practice for that sort of thing?
Thanks