All Posts

Docker常用命令-2
Docker数据卷和部署常用命令

Docker常用命令-1
Docker常用镜像和容器操作命令

Nginx解决跨域
Nginx解决跨域

Nginx常用指令
Nginx常用指令

Deployment Steps And Considerations
Next.js Application's Deployment Steps And Considerations

JSX基础
JSX基础使用与语法

File Based Routing
In Next.js, a page is a React Component exported from a .js, .jsx, .ts, or .tsx file in the pages directory. Each page is associated with a route based on its file name.

Getting Started with NextJS
NextJS is a the React framework for production - it makes building fullstack React apps and sites a breeze and ships with built-in SSR.

Page Pre-rendering
By default, Next.js pre-renders every page. This means that Next.js generates HTML for each page in advance, instead of having it all done by client-side JavaScript.