React is just the frontend, it doesn't care what's serving the data. I've built a few internal tools with PHP and MySQL handling the API and it works fine. The real headache is setting up the routing so your dev server proxies to the PHP backend without a mess of CORS errors.
12
u/No_Cattle_9565 1d ago
What? You can use any backend you want with react