You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
526 B
9 lines
526 B
2 years ago
|
>The React Framework for Production
|
||
|
|
||
|
Next.js 是 React 框架的框架,属于 React 的上层建设,提供了类似于 Vue 全家桶的打包工具链,路由状态服务端渲染全都准备好了,最重要的是它有一个对于博客而言最最重要的功能:服务端渲染
|
||
|
|
||
|
SSR 是吸引我用 Next.js 的最主要原因,这篇文章主要是记录 YuJianBlog 迁移至 Next.js 的一些障碍
|
||
|
|
||
|
## 工程化
|
||
|
|
||
|
Next.js 大而全,从 Vite 迁移到 Next 没有花多少的时间,安装依赖 `pnpm i next`
|