What is Next.js?
Next.js is a React framework for production environments. Next.js provides you with all the functions required for the production environment and the best development experience, including static (SSG) and server-side fusion rendering (SSR), support for TypeScript, intelligent packaging, routing prefetching and other functions without any configuration.
21YunBox provides a quick and easy Next.js deployment method. You can deploy on the 21YunBox using a static site or Node Server.
The difference between the two is that when deploying in the static site mode, the process is that the project will be built (packaged), and then the final generated static resources (HTML, CSS, JS, images, etc.) will be deployed to all parts of the country CDN node. When deploying with a Node Server, the process is to first build the project (package), deploy static resources to CDN nodes across the country, and then start the service into a state of waiting to be accessed, when there is a service request for access When the time, the server will process.
Methods to deploy Next.js in China
Use static site operating environment to deploy in SSG mode
- Register as 21YunBox member
- Fork Next.js exampleSSG
- Choose the following configuration for deployment
Steps to Deploy Static Site
Environment | Static Site |
---|---|
Build Command | yarn && yarn build && yarn next export |
Release Directory | out |
You can also refer to the video below for a step by step example: Step by Step Example how to deploy Next.js to the server (SSG/static page) operation video
Use Node Server Operating Environment to Deploy in SSR Mode
Environment | Node 12.19 |
---|---|
Build Command | yarn && yarn build |
Release Directory | yarn next start --port 10000 |
If you are not sure what to do, you can refer to:
Step by Step Example how to deploy Next.js to the server (SSR/backend)
Why Choose 21YunBox?
21YunBox is a Cloud Service Platform based out of Beijing, China. We specialize in modern web hosting and automation solutions. This enables you to set up websites instantly.
Have questions about hosting and deploying in China? Talk to an Expert today!
To learn about the differences between 21YunBox and these foreign (outside of China) cloud service platforms, please refer to:
- 21YunBox vs Heroku
- 21YunBox vs Netlify
- 21YunBox vs Vercel
- 21YunBox vs Gatsby Cloud
- 21YunBox vs Github Pages
- 21YunBox vs Surge.sh
- Compare in terms of function and price: 21YunBox vs Heroku, Netlify, Vercel
This article's content originated here
For additional detail and future modifications, refer the original post.
Top comments (0)