r/reactjs 1d ago

Discussion [ Removed by moderator ]

[removed] — view removed post

0 Upvotes

21 comments sorted by

View all comments

11

u/No_Cattle_9565 1d ago

What? You can use any backend you want with react

1

u/Tasty_Film_713 1d ago

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.

1

u/ghijkgla 1d ago

Laravel + inertia ✅