S
S
student9852021-08-09 10:52:54
Web development
student985, 2021-08-09 10:52:54

Is it possible to make a React Next frontend first, and then add a Laravel backend?

Please tell me, is it possible to first make the frontend of the online store on React Next, and then add the backend on Laravel? And if possible, where to get the data that should come from Laravel? Or is this a bad idea and you need a backend first?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Talalaev, 2021-08-09
@student985

Yes, of course, it's perfectly fine to do so. You can use a variety of techniques to lock the API, from simple quick-run backend stub responses, to tools like https://restapify.vercel.app/ that will help you get things done quickly.
The main thing is that you must approve the API itself in the project, methods, endpoints, etc., etc.,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question