Next.js
Self-hosting and production deployment strategies for Next.js — SSR, RSC, Electron packaging, and platform-independent delivery.
What you’ll learn
- Choose the right deploy strategy for SSR and RSC
- Package apps for self-hosted and hybrid environments
- Run Next.js in production without platform lock-in
Deploying a Next.js App to Production in any server
Build a docker image of your nextjs app that can be deployed to any server, without any propreitary cloud provider lock-in.
nextjs
Building an App with Next.js and Electron with Server Components Support
Learn how to build an app with Next.js and Electron with Server Components support
electron