I'm developing a Next.js app and need an admin panel to manage data, users and posts. I'm thinking it would be better to setup the panel as a separate app instead of a new path in the current app.
I've looked at react-admin but it is regular React.js.
I saw these posts about setting up Next.js with a separate react-admin app but I don't know as much about nginx.
Nginx reverse proxy to both nextjs and react-admin
Nginx serving server and static build
Any suggestions if you've setup an admin panel for Next.js before?