📄️ Next
There are two adapters available for Next.js. The next-app (for the app-router) and the next-pages (for the pages-router).
📄️ Express
Some apps are built with React on the frontend (e.g. using create-react-app or vite) and have an express.js backend.