程序人生
| 课程方向: |
网页前端 |
| 课程类型: |
项目实战 |
本站资源全部免费,回复即可查看下载地址!
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
├─1. Introduction
│ 1. Introduction.en.srt
│ 1. Introduction.en_CN.srt
│ 1. Introduction.mp4
│ 2. Before we begin.html
│ 2.1 realtime-chat-app.zip
│
├─10. Read receipts
│ 1. Backend for read receipts.en.srt
│ 1. Backend for read receipts.en_CN.srt
│ 1. Backend for read receipts.mp4
│ 2. Adding read receipts to conversations.en.srt
│ 2. Adding read receipts to conversations.en_CN.srt
│ 2. Adding read receipts to conversations.mp4
│ 3. Showing unseen messages count.en.srt
│ 3. Showing unseen messages count.en_CN.srt
│ 3. Showing unseen messages count.mp4
│
├─11. Build & Deploy
│ 1. Build & deploy to Vercel.en.srt
│ 1. Build & deploy to Vercel.en_CN.srt
│ 1. Build & deploy to Vercel.mp4
│ 2. Adding a custom domain.en.srt
│ 2. Adding a custom domain.en_CN.srt
│ 2. Adding a custom domain.mp4
│
├─12. Emoji picker
│ 1. Creating attachments popover.en.srt
│ 1. Creating attachments popover.en_CN.srt
│ 1. Creating attachments popover.mp4
│ 2. Adding the emoji picker.en.srt
│ 2. Adding the emoji picker.en_CN.srt
│ 2. Adding the emoji picker.mp4
│ 3. Connecting emoji picker to chat input.en.srt
│ 3. Connecting emoji picker to chat input.en_CN.srt
│ 3. Connecting emoji picker to chat input.mp4
│
├─13. File upload
│ 1. Setting up uploadthing.en.srt
│ 1. Setting up uploadthing.en_CN.srt
│ 1. Setting up uploadthing.mp4
│ 2. Adding imagevideofile uploads.en.srt
│ 2. Adding imagevideofile uploads.en_CN.srt
│ 2. Adding imagevideofile uploads.mp4
│ 3. Rendering image and video messages.en.srt
│ 3. Rendering image and video messages.en_CN.srt
│ 3. Rendering image and video messages.mp4
│ 4. Rendering file messages.en.srt
│ 4. Rendering file messages.en_CN.srt
│ 4. Rendering file messages.mp4
│
├─14. AudioVideo call
│ 1. LiveKit setup.en.srt
│ 1. LiveKit setup.en_CN.srt
│ 1. LiveKit setup.mp4
│ 2. Rendering audiovideo calls.en.srt
│ 2. Rendering audiovideo calls.en_CN.srt
│ 2. Rendering audiovideo calls.mp4
│ 3. Rendering call status.en.srt
│ 3. Rendering call status.en_CN.srt
│ 3. Rendering call status.mp4
│
├─15. Publishing Progressive Web App
│ 1. PWA and manifest setup.en.srt
│ 1. PWA and manifest setup.en_CN.srt
│ 1. PWA and manifest setup.mp4
│ 2. Metadata and Next config setup.en.srt
│ 2. Metadata and Next config setup.en_CN.srt
│ 2. Metadata and Next config setup.mp4
│ 3. Build and deploy to desktop and mobile.en.srt
│ 3. Build and deploy to desktop and mobile.en_CN.srt
│ 3. Build and deploy to desktop and mobile.mp4
│
├─2. Project Setup
│ 1. NextJS Project Setup.en.srt
│ 1. NextJS Project Setup.en_CN.srt
│ 1. NextJS Project Setup.mp4
│ 2. shadcnui Setup.en.srt
│ 2. shadcnui Setup.en_CN.srt
│ 2. shadcnui Setup.mp4
│
├─3. NextJS Basics (optional)
│ 1. Introduction to NextJS.en.srt
│ 1. Introduction to NextJS.en_CN.srt
│ 1. Introduction to NextJS.mp4
│ 2. Routing in NextJS.en.srt
│ 2. Routing in NextJS.en_CN.srt
│ 2. Routing in NextJS.mp4
│ 3. Client vs Server components.en.srt
│ 3. Client vs Server components.en_CN.srt
│ 3. Client vs Server components.mp4
│
├─4. Database & Auth setup
│ 1. Convex DB Setup.en.srt
│ 1. Convex DB Setup.en_CN.srt
│ 1. Convex DB Setup.mp4
│ 2. Clerk Auth Setup.en.srt
│ 2. Clerk Auth Setup.en_CN.srt
│ 2. Clerk Auth Setup.mp4
│ 3. Integrating Convex with Clerk.en.srt
│ 3. Integrating Convex with Clerk.en_CN.srt
│ 3. Integrating Convex with Clerk.mp4
│ 4. Storing user data in Convex DB.en.srt
│ 4. Storing user data in Convex DB.en_CN.srt
│ 4. Storing user data in Convex DB.mp4
│
├─5. Layout and Navigation
│ 1. Setting up frontend routes.en.srt
│ 1. Setting up frontend routes.en_CN.srt
│ 1. Setting up frontend routes.mp4
│ 2. Sidebar & adding navigation.en.srt
│ 2. Sidebar & adding navigation.en_CN.srt
│ 2. Sidebar & adding navigation.mp4
│ 3. Items list and conversation container.en.srt
│ 3. Items list and conversation container.en_CN.srt
│ 3. Items list and conversation container.mp4
│
├─6. Dark Mode
│ 1. Adding theme switching.en.srt
│ 1. Adding theme switching.en_CN.srt
│ 1. Adding theme switching.mp4
│
├─7. Adding Friends
│ 1. Backend for creating friend request.en.srt
│ 1. Backend for creating friend request.en_CN.srt
│ 1. Backend for creating friend request.mp4
│ 2. Add dialog for sending requests.en.srt
│ 2. Add dialog for sending requests.en_CN.srt
│ 2. Add dialog for sending requests.mp4
│ 3. Render list of requests.en.srt
│ 3. Render list of requests.en_CN.srt
│ 3. Render list of requests.mp4
│ 4. Showing pending request count.en.srt
│ 4. Showing pending request count.en_CN.srt
│ 4. Showing pending request count.mp4
│ 5. Deny friend request.en.srt
│ 5. Deny friend request.en_CN.srt
│ 5. Deny friend request.mp4
│ 6. Accept friend request.en.srt
│ 6. Accept friend request.en_CN.srt
│ 6. Accept friend request.mp4
│
├─8. Conversations
│ 1. Render list of conversations.en.srt
│ 1. Render list of conversations.en_CN.srt
│ 1. Render list of conversations.mp4
│ 2. Render active conversation.en.srt
│ 2. Render active conversation.en_CN.srt
│ 2. Render active conversation.mp4
│ 3. Chat input and sending messages.en.srt
│ 3. Chat input and sending messages.en_CN.srt
│ 3. Chat input and sending messages.mp4
│ 4. Rendering conversation messages.en.srt
│ 4. Rendering conversation messages.en_CN.srt
│ 4. Rendering conversation messages.mp4
│ 5. Render last message in conversations list.en.srt
│ 5. Render last message in conversations list.en_CN.srt
│ 5. Render last message in conversations list.mp4
│ 6. Removing friends.en.srt
│ 6. Removing friends.en_CN.srt
│ 6. Removing friends.mp4
│
└─9. Groups
1. Backend for creating groups.en.srt
1. Backend for creating groups.en_CN.srt
1. Backend for creating groups.mp4
2. Add dialog for creating groups.en.srt
2. Add dialog for creating groups.en_CN.srt
2. Add dialog for creating groups.mp4
3. Rendering groups in conversations list.en.srt
3. Rendering groups in conversations list.en_CN.srt
3. Rendering groups in conversations list.mp4
4. Delete group.en.srt
4. Delete group.en_CN.srt
4. Delete group.mp4
5. Leave group.en.srt
5. Leave group.en_CN.srt
5. Leave group.mp4
本帖隐藏的内容需要 登入才可浏览,如需注册账号请 点击这里
|
温馨提示:
1、本站所有内容均为互联网收集或网友分享或网络购买,本站不破解、不翻录任何视频!
2、如本帖侵犯到任何版权问题,请立即告知本站,本站将及时予与删除并致以最深的歉意!
3、本站资源仅供本站会员学习参考,不得传播及用于其他用途,学习完后请在24小时内自行删除.
4、本站资源质量虽均经精心审查,但也难保万无一失,若发现资源有问题影响学习请一定及时点此进行问题反馈,我们会第一时间改正!
5、若发现链接失效了请联系管理员,管理员会在2小时内修复
6、如果有任何疑问,请加客服QQ:1300822626 2小时内回复你!