Answer the question
In order to leave comments, you need to log in
How to properly separate the client and server parts?
Good evening, I have a question about choosing the structure of a web application.
The application will be a client on React and a server on Laravel, using the REST API, and also make a mobile application in the project.
What is the best way to organize the structure in this case?
Now 2 options come to mind
Answer the question
In order to leave comments, you need to log in
2 repositories. There is no need for each side to carry an extra load.
When rolling out to a server, you can store it just in 2 folders, client and server.
You can make a monolith, since logically you will still have one application
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question