Routing for Embedded React Modules in a Next.js app · vercel next.js · Discussion #53452

We have a library of vanilla React “page components” which are designed to be mounted as routes in an app. To date, all our apps have been vanilla React as well, using react-router’s component-base...