种子简介
种子名称:
[FreeCourseSite.com] Udemy - Build a Slack Chat App with React, Redux, and Firebase
文件类型:
视频
文件数目:
67个文件
文件大小:
2.98 GB
收录时间:
2020-1-12 03:00
已经下载:
3次
资源热度:
248
最近下载:
2024-11-30 03:54
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:1e69b2295dd80c81ab3808ffe8ab394fb8f615af&dn=[FreeCourseSite.com] Udemy - Build a Slack Chat App with React, Redux, and Firebase
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCourseSite.com] Udemy - Build a Slack Chat App with React, Redux, and Firebase.torrent
1. Required Optional Tools/1. Required Tools for the Project.mp410.01MB
1. Required Optional Tools/2. Install React Redux Dev Tools for Google Chrome.mp416.01MB
10. Sending Direct Messages to Users/1. Add Channel Title Users Count to Messages Header.mp447.01MB
10. Sending Direct Messages to Users/2. Add Ability to Search Messages.mp468.9MB
10. Sending Direct Messages to Users/3. Create DirectMessages Component.mp425.2MB
10. Sending Direct Messages to Users/4. Add Users to DirectMessages Component, Show If OnlineOffline.mp475.18MB
10. Sending Direct Messages to Users/5. Put DirectMessage Channel Data in Global State, Set as Private Channels.mp448.49MB
10. Sending Direct Messages to Users/6. Functionality to Add Messages Images to Private Channels.mp466.16MB
10. Sending Direct Messages to Users/7. Display Active DirectMessage Channel.mp414.02MB
11. Notifications for New Messages on Public Channels/1. Add Notifications to Public Channel.mp480.39MB
12. Starred Component to Favorite Unfavorite Channels/1. Add Starred Component to Hold Starred (Favorited) Channels.mp435.86MB
12. Starred Component to Favorite Unfavorite Channels/2. Update 'Starred' Property for User Data Upon Starring Channel.mp484.3MB
12. Starred Component to Favorite Unfavorite Channels/3. Display Starred Channels in Starred Component.mp436.25MB
13. MetaPanel Component to Display Channel Info/1. Scaffold MetaPanel Component.mp448.45MB
13. MetaPanel Component to Display Channel Info/2. Display Channel Info in MetaPanel.mp432.66MB
13. MetaPanel Component to Display Channel Info/3. Display Top Posters for each Channel in MetaPanel.mp4104.33MB
14. Color Picker to Change App Colors/1. Add Color Picker Modal to ColorPanel.mp440.65MB
14. Color Picker to Change App Colors/2. Attach Chosen Colors to User Data.mp477.94MB
14. Color Picker to Change App Colors/3. Display Saved User Colors as Icons, Change App Colors on Click.mp4101.08MB
15. Change and Edit User Avatar Images/1. Create Change Avatar Modal.mp439.19MB
15. Change and Edit User Avatar Images/2. Crop Uploaded Image with AvatarEditor.mp461.4MB
15. Change and Edit User Avatar Images/3. Upload Cropped Image to Firebase, Put on User Profile.mp463.37MB
16. Display Animation when Users Typing/1. Add Typing Collection to Track When Other Users Typing.mp439.56MB
16. Display Animation when Users Typing/2. Add Typing Component Animation, Display in Messages.mp434.34MB
16. Display Animation when Users Typing/3. Add Typing Listeners to See When Other Users Typing.mp471MB
17. Adding Emoji Picker, Loading Skeleton, Automatic Scroll to Bottom, Key Shortcuts/1. Emoji Picker to Add Emojis to Messages.mp463.42MB
17. Adding Emoji Picker, Loading Skeleton, Automatic Scroll to Bottom, Key Shortcuts/2. Automatic Scroll to Bottom upon New Message.mp427.36MB
17. Adding Emoji Picker, Loading Skeleton, Automatic Scroll to Bottom, Key Shortcuts/3. Show Message Skeleton when Messages Loading.mp457.64MB
17. Adding Emoji Picker, Loading Skeleton, Automatic Scroll to Bottom, Key Shortcuts/4. Create Key Combo Shortcuts to Send Messages.mp49.89MB
18. Removing Listeners, Securing our App with Firebase Rules/1. Remove Listeners upon Component Unmount.mp465.21MB
18. Removing Listeners, Securing our App with Firebase Rules/2. Write Firebase Storage Rules for Media Files.mp439.2MB
18. Removing Listeners, Securing our App with Firebase Rules/3. Write Database Rules for App Data.mp446.68MB
19. Deploying our App with Firebase Tools/1. Deploy our App with Firebase Tools.mp419.79MB
2. Project Setup/1. Git Clone and Install Dependencies.mp413.24MB
2. Project Setup/2. Organize Project, Create Routes.mp432.17MB
2. Project Setup/3. Setup Firebase.mp430.34MB
20. BONUS/1. Bonus Lecture.mp411.11MB
3. User Authentication with Firebase/1. Create Register Form.mp448.48MB
3. User Authentication with Firebase/2. Register User with Email and Password.mp451.54MB
4. Form Validation and Authentication Error Handling/1. Form Validation for Register Form.mp460.88MB
4. Form Validation and Authentication Error Handling/2. Clear Errors upon Registration, Show Loading State.mp442.46MB
4. Form Validation and Authentication Error Handling/3. Add Name and Avatar to Users, Add New Users to Database.mp460.15MB
4. Form Validation and Authentication Error Handling/4. Create Login Form and Functionality.mp439.68MB
5. Integrate Redux for Global State/1. onAuthStateChanged to Listen for LoginRegister.mp424.12MB
5. Integrate Redux for Global State/2. Set up Redux to Make User Data Available on Global State.mp462.65MB
5. Integrate Redux for Global State/3. Add Spinner Component for Loading State.mp424.39MB
6. Building Out Chat Console/1. Scaffold App Components.mp433.07MB
6. Building Out Chat Console/2. App Header UserPanel Dropdown.mp448.54MB
6. Building Out Chat Console/3. Add Signout Functionality, Clear User Action.mp429.36MB
6. Building Out Chat Console/4. Passing Redux State via Props.mp459.76MB
6. Building Out Chat Console/5. Add Avatar to User Dropdown.mp411.85MB
7. Adding Displaying Public Channels/1. Add Channels Component.mp422MB
7. Adding Displaying Public Channels/2. Create Modal for Adding Channels.mp447.01MB
7. Adding Displaying Public Channels/3. Create Channels Collection, Add First Channel to Database.mp452.62MB
7. Adding Displaying Public Channels/4. Display Channels with child_added Listener.mp428.08MB
7. Adding Displaying Public Channels/5. Put Channel on Global State, Add channel_reducer.mp439.17MB
7. Adding Displaying Public Channels/6. Set First Channel on Page Load, Show Active Channel.mp435.53MB
7. Adding Displaying Public Channels/7. Remove Listeners with componentWillUnmount.mp420.95MB
8. Adding Displaying Messages on Public Channels/1. Scaffold ColorPanel Message Components.mp466.55MB
8. Adding Displaying Messages on Public Channels/2. Create Messages Collection, Add First Message to Database.mp494.26MB
8. Adding Displaying Messages on Public Channels/3. Controlled Input to Clear Message, Disable Button on Loading State.mp49.45MB
8. Adding Displaying Messages on Public Channels/4. Display Messages, Create Message Component.mp462.41MB
9. Adding Uploading Messages with Media Files/1. Create File Modal to Upload File.mp444.6MB
9. Adding Uploading Messages with Media Files/2. Put Media File in State, Add Mimetype Validation.mp447.47MB
9. Adding Uploading Messages with Media Files/3. Upload Image File, Post Image Message.mp480.91MB
9. Adding Uploading Messages with Media Files/4. ProgressBar Component to Represent Image Upload.mp432.97MB
9. Adding Uploading Messages with Media Files/5. Options for Displaying ProgressBar.mp433.57MB