Problem with Nextjs architecture
Unanswered
Large garden bumble bee posted this in #help-forum
Large garden bumble beeOP
Hi, I have a question about how to implement Nextjs when it is required to have more than one platform, that is, I could have a web platform for users, another one for administration and another one for mobile. I am wondering this because Nextjs is a full-stack, however I am not sure if the right thing to do is to use a Nextjs backend or use another framework for a backend of my own. If someone could provide me with documentation on how to approach this with Nextjs I would be grateful.
Translated with DeepL.com (free version)
Translated with DeepL.com (free version)
1 Reply
Madeiran sardinella
Hi, I'm just gonna give my opinion. Yes, you can go full stack with next but it won't scale in some cases, I think it really is a frontend+bff framework.
So, in your case I would build an API, and one or two frontend apps with next for users and admins, and finally a mobile app with whatever you need.
So, in your case I would build an API, and one or two frontend apps with next for users and admins, and finally a mobile app with whatever you need.