zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Build a Slack Chat App with React, Redux, and Firebase
magnet:?xt=urn:btih:1e69b2295dd80c81ab3808ffe8ab394fb8f615af&dn=[FreeCourseSite.com] Udemy - Build a Slack Chat App with React, Redux, and Firebase
磁力链接详情
文件列表详情
1e69b2295dd80c81ab3808ffe8ab394fb8f615af
infohash:
67
文件数量
2.98 GB
文件大小
2020-1-12 03:00
创建日期
2024-11-4 17:25
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Build
a
Slack
Chat
App
with
React
Redux
and
Firebase
1. Required Optional Tools/1. Required Tools for the Project.mp4 10.01 MB
1. Required Optional Tools/2. Install React Redux Dev Tools for Google Chrome.mp4 16.01 MB
10. Sending Direct Messages to Users/1. Add Channel Title Users Count to Messages Header.mp4 47.01 MB
10. Sending Direct Messages to Users/2. Add Ability to Search Messages.mp4 68.9 MB
10. Sending Direct Messages to Users/3. Create DirectMessages Component.mp4 25.2 MB
10. Sending Direct Messages to Users/4. Add Users to DirectMessages Component, Show If OnlineOffline.mp4 75.18 MB
10. Sending Direct Messages to Users/5. Put DirectMessage Channel Data in Global State, Set as Private Channels.mp4 48.49 MB
10. Sending Direct Messages to Users/6. Functionality to Add Messages Images to Private Channels.mp4 66.16 MB
10. Sending Direct Messages to Users/7. Display Active DirectMessage Channel.mp4 14.02 MB
11. Notifications for New Messages on Public Channels/1. Add Notifications to Public Channel.mp4 80.39 MB
12. Starred Component to Favorite Unfavorite Channels/1. Add Starred Component to Hold Starred (Favorited) Channels.mp4 35.86 MB
12. Starred Component to Favorite Unfavorite Channels/2. Update 'Starred' Property for User Data Upon Starring Channel.mp4 84.3 MB
12. Starred Component to Favorite Unfavorite Channels/3. Display Starred Channels in Starred Component.mp4 36.25 MB
13. MetaPanel Component to Display Channel Info/1. Scaffold MetaPanel Component.mp4 48.45 MB
13. MetaPanel Component to Display Channel Info/2. Display Channel Info in MetaPanel.mp4 32.66 MB
13. MetaPanel Component to Display Channel Info/3. Display Top Posters for each Channel in MetaPanel.mp4 104.33 MB
14. Color Picker to Change App Colors/1. Add Color Picker Modal to ColorPanel.mp4 40.65 MB
14. Color Picker to Change App Colors/2. Attach Chosen Colors to User Data.mp4 77.94 MB
14. Color Picker to Change App Colors/3. Display Saved User Colors as Icons, Change App Colors on Click.mp4 101.08 MB
15. Change and Edit User Avatar Images/1. Create Change Avatar Modal.mp4 39.19 MB
15. Change and Edit User Avatar Images/2. Crop Uploaded Image with AvatarEditor.mp4 61.4 MB
15. Change and Edit User Avatar Images/3. Upload Cropped Image to Firebase, Put on User Profile.mp4 63.37 MB
16. Display Animation when Users Typing/1. Add Typing Collection to Track When Other Users Typing.mp4 39.56 MB
16. Display Animation when Users Typing/2. Add Typing Component Animation, Display in Messages.mp4 34.34 MB
16. Display Animation when Users Typing/3. Add Typing Listeners to See When Other Users Typing.mp4 71 MB
17. Adding Emoji Picker, Loading Skeleton, Automatic Scroll to Bottom, Key Shortcuts/1. Emoji Picker to Add Emojis to Messages.mp4 63.42 MB
17. Adding Emoji Picker, Loading Skeleton, Automatic Scroll to Bottom, Key Shortcuts/2. Automatic Scroll to Bottom upon New Message.mp4 27.36 MB
17. Adding Emoji Picker, Loading Skeleton, Automatic Scroll to Bottom, Key Shortcuts/3. Show Message Skeleton when Messages Loading.mp4 57.64 MB
17. Adding Emoji Picker, Loading Skeleton, Automatic Scroll to Bottom, Key Shortcuts/4. Create Key Combo Shortcuts to Send Messages.mp4 9.89 MB
18. Removing Listeners, Securing our App with Firebase Rules/1. Remove Listeners upon Component Unmount.mp4 65.21 MB
18. Removing Listeners, Securing our App with Firebase Rules/2. Write Firebase Storage Rules for Media Files.mp4 39.2 MB
18. Removing Listeners, Securing our App with Firebase Rules/3. Write Database Rules for App Data.mp4 46.68 MB
19. Deploying our App with Firebase Tools/1. Deploy our App with Firebase Tools.mp4 19.79 MB
2. Project Setup/1. Git Clone and Install Dependencies.mp4 13.24 MB
2. Project Setup/2. Organize Project, Create Routes.mp4 32.17 MB
2. Project Setup/3. Setup Firebase.mp4 30.34 MB
20. BONUS/1. Bonus Lecture.mp4 11.11 MB
3. User Authentication with Firebase/1. Create Register Form.mp4 48.48 MB
3. User Authentication with Firebase/2. Register User with Email and Password.mp4 51.54 MB
4. Form Validation and Authentication Error Handling/1. Form Validation for Register Form.mp4 60.88 MB
4. Form Validation and Authentication Error Handling/2. Clear Errors upon Registration, Show Loading State.mp4 42.46 MB
4. Form Validation and Authentication Error Handling/3. Add Name and Avatar to Users, Add New Users to Database.mp4 60.15 MB
4. Form Validation and Authentication Error Handling/4. Create Login Form and Functionality.mp4 39.68 MB
5. Integrate Redux for Global State/1. onAuthStateChanged to Listen for LoginRegister.mp4 24.12 MB
5. Integrate Redux for Global State/2. Set up Redux to Make User Data Available on Global State.mp4 62.65 MB
5. Integrate Redux for Global State/3. Add Spinner Component for Loading State.mp4 24.39 MB
6. Building Out Chat Console/1. Scaffold App Components.mp4 33.07 MB
6. Building Out Chat Console/2. App Header UserPanel Dropdown.mp4 48.54 MB
6. Building Out Chat Console/3. Add Signout Functionality, Clear User Action.mp4 29.36 MB
6. Building Out Chat Console/4. Passing Redux State via Props.mp4 59.76 MB
6. Building Out Chat Console/5. Add Avatar to User Dropdown.mp4 11.85 MB
7. Adding Displaying Public Channels/1. Add Channels Component.mp4 22 MB
7. Adding Displaying Public Channels/2. Create Modal for Adding Channels.mp4 47.01 MB
7. Adding Displaying Public Channels/3. Create Channels Collection, Add First Channel to Database.mp4 52.62 MB
7. Adding Displaying Public Channels/4. Display Channels with child_added Listener.mp4 28.08 MB
7. Adding Displaying Public Channels/5. Put Channel on Global State, Add channel_reducer.mp4 39.17 MB
7. Adding Displaying Public Channels/6. Set First Channel on Page Load, Show Active Channel.mp4 35.53 MB
7. Adding Displaying Public Channels/7. Remove Listeners with componentWillUnmount.mp4 20.95 MB
8. Adding Displaying Messages on Public Channels/1. Scaffold ColorPanel Message Components.mp4 66.55 MB
8. Adding Displaying Messages on Public Channels/2. Create Messages Collection, Add First Message to Database.mp4 94.26 MB
8. Adding Displaying Messages on Public Channels/3. Controlled Input to Clear Message, Disable Button on Loading State.mp4 9.45 MB
8. Adding Displaying Messages on Public Channels/4. Display Messages, Create Message Component.mp4 62.41 MB
9. Adding Uploading Messages with Media Files/1. Create File Modal to Upload File.mp4 44.6 MB
9. Adding Uploading Messages with Media Files/2. Put Media File in State, Add Mimetype Validation.mp4 47.47 MB
9. Adding Uploading Messages with Media Files/3. Upload Image File, Post Image Message.mp4 80.91 MB
9. Adding Uploading Messages with Media Files/4. ProgressBar Component to Represent Image Upload.mp4 32.97 MB
9. Adding Uploading Messages with Media Files/5. Options for Displaying ProgressBar.mp4 33.57 MB
其他位置