首页
分类
标签
归档
工具
友链
关于
William Sun
累计撰写
48
篇文章
累计创建
20
个分类
累计收获
5560
次访问
导航
首页
分类
标签
归档
工具
友链
关于
目录
William Sun's Blog
凡物之骤为之而追成焉者,其器小也;物之一览而易尽者,其中无有也。
Next 系列之 Routing - Redirecting(三)
2024-02-22 17:14
189
0
0
42.9℃
React
Redirecting 重定向 There are a few ways you can handle redirects in Next.js. This page will go through each available option, use cases, and how to manag
Next 系列之 Routing - Error Handling(三)
2024-02-22 16:57
38
0
0
27.8℃
React
Error Handling 错误处理 The error.js file convention allows you to gracefully handle unexpected runtime errors in nested routes. error.js 文件约定允许您优雅地处理嵌套路由
Next 系列之 Routing - Loading UI and Streaming(三)
2024-02-22 16:41
35
0
0
27.5℃
React
Loading UI and Streaming 加载 UI 和流式传输 The special file loading.js helps you create meaningful Loading UI with React Suspense. With this convention, you
Next 系列之 Routing - Linking and Navigating(三)
2024-02-22 16:21
45
0
0
28.5℃
React
Linking and Navigating 链接和导航 There are four ways to navigate between routes in Next.js: 在 Next.js 中有四种在路由之间导航的方法: Using the <Link> Component 使用 <Link>
Next 系列之 Routing - Pages and Layouts(三)
2024-02-22 15:16
44
0
0
28.4℃
React
Pages and Layouts 页面和布局 The special files layout.js, page.js, and template.js allow you to create UI for a route. This page will guide you through how
Next 系列之 Routing - Defining Routes(三)
2024-02-22 14:54
49
0
0
28.9℃
React
Defining Routes 定义路由 The skeleton of every application is routing. This page will introduce you to the fundamental concepts of routing for the web and
Next 系列之 Project Structure(二)
2024-02-22 13:23
40
0
0
28.0℃
React
1.Top-level folders 顶级文件夹 Top-level folders are used to organize your application's code and static assets. 顶级文件夹用于组织应用程序的代码和静态资产。 app App Router page
Next 系列之 Installation (一)
2024-02-22 11:39
21
0
0
26.1℃
React
1.基本需求 Node >= 18.17 2.安装方式 a.自动安装 npx create-next-app@latest 安装时将出现以下提示 这里我选择了src作为根目录 b.手动安装 npm install next@latest react@latest react-dom@latest 在
睡前拖延:人们为什么这样做以及如何停止
2024-01-24 10:18
46
0
0
28.6℃
随想
译自: https://solvingprocrastination.com/revenge-bedtime-procrastination/ 报复性睡前拖延症是指人们为了掌控自己的生活和日程而推迟睡觉。这种现象尤其与那些觉得自己白天几乎没有时间的人有关,例如由于工作安排,因此他们将睡眠推迟到深夜,
Flutter 起跳
2023-12-28 11:19
48
0
0
28.8℃
Flutter
ps: 最近接收了一个任务在Epson BT-300这款老镜片上运行一个flutter程序,之前flutter的任务都是不想接的,可能是感觉Epson BT-300有点意思就玩了一下, 索性总结下flutter的用法。 参考: flutter官网 SDK安装 官网下载SDK后解压配置path路径。
上一页
下一页
1
2
3
4
5
弹