This repository was archived by the owner on Mar 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ SaaS、Typescript、React、Nextjs、Taildwindcss、MDX、Linaria、Shiki、Reac
132132| echozyr2001 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
133133| Kirov7 | ⭕️ | | | | | | | | | | | | | | | | | | | | |
134134| Hoshino | ⭕️ | | | | | | | | | | | | | | | | | | | | |
135- | RisingGalaxy | ⭕️ | | | | | | | | | | | | | | | | | | | | |
135+ | RisingGalaxy | ⭕️ | ✅ | | | | | | | | | | | | | | | | | | | |
136136| YamKH514 | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
137137| DriveFLY | ✅ | ✅ | | | | | | | | | | | | | | | | | | | |
138138| Makise | ⭕️ | ✅ | | | | | | | | | | | | | | | | | | | |
Original file line number Diff line number Diff line change 1010
1111<!-- Content_START -->
1212
13- ### 02.03
13+ ### 02.04
14+
15+ > Learning time: About 5h
16+
17+ ---
18+
19+ > ** 简单认识**
20+ >
21+ > React 是一个用于构建交互式用户界面的 JavaScript 库。
22+ >
23+ > Next.js 是一个 React 框架。
24+
25+ 有点迷茫,看文档也有点不知从何开始,所以我就先跟着 Youtube 上的 [ Full-Stack Social Media App Tutorial] ( https://www.youtube.com/watch?v=o080tU3sd0k ) 做着走吧。
26+
27+ ---
28+
29+ ` src/app ` 下创建了 ` profile/[id]/page.tsx ` ,这样访问 ` /profile/[anyId] ` 时都能够访问到这个页面。
30+
31+ ---
32+
33+ 跟着视频做,已经把 Clerk 用户认证引入了,为了避免不必要的麻烦,学习期间我还是先以教程视频中的版本开发吧。等到学习完成后实际开发过程中再去修补一些版本变化产生的不同?就视频中的版本 ` "@clerk/nextjs": "^5.1.4" ` 与当前学习时的最新版本相比已经差了一个大版本,如 Clerk 官方给的教程文档中对于 ` SignIn ` 组件已经是将登录和注册合并到一起的,而老版本是分开来写的,时间有限就先不在这种细节上深究了,以教程视频版本为主吧,新内容了解即可,实际开发时可以多根据官方教程来学习。
1434
1535<!-- Content_END -->
You can’t perform that action at this time.
0 commit comments