Completed
- Sidebar
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Create a Messaging App with Socket.io and React
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Demo
- 3 - Code Setup
- 4 - Login Page
- 5 - Custom Local Storage Hook
- 6 - Dashboard
- 7 - Sidebar
- 8 - Create Contact Modal
- 9 - Contact Context
- 10 - Contacts Sidebar
- 11 - Conversation Modal
- 12 - Conversation Context
- 13 - Conversation Sidebar
- 14 - Current Conversation Component
- 15 - Send Message
- 16 - Displaying Messages
- 17 - Server Setup
- 18 - Socket.io On Client
- 19 - Outro