Answer the question
In order to leave comments, you need to log in
How to implement admin panel in react?
The project requires an admin panel. How best to do it - in one large react application or split into 2. In the admin panel, for example, you may need the ability to add advertising banners with the ability to view their preview on the site page (the way they would look on the site, some CMS have a similar ability post preview). That is, you need the ability to access the components of the client application. I believe that it will be too cumbersome to shove everything into one application. What are the options? The UI elements in the admin are likely to be different from those in the client application. I read about monorepo but did not fully understand whether there is a possibility of communication between projects.
Answer the question
In order to leave comments, you need to log in
It is possible and in one application it is possible and in two. If the functionality is completely different, then it is better in two separate
I read about monorepo but did not fully understand whether there is a possibility of communication between projects.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question