A Chat App Using Socket.io and ReactJS Tutorial/Code Along.
Twitter
https://twitter.com/lfurleon
Commands:
//Install create-react-app globally
npm install -g create-react-app
create-react-app chat-app
// install uuid socket.io
npm install —save uuid socket.io
// install concurrently and nodemon
npm install —save-dev concurrently nodemon
React Snippets
https://github.com/babel/babel-sublime-snippets
Styles
https://github.com/leonwatson2/React-Chat-App/blob/master/src/styles/index.css
NodeJS
nodejs.org
ReactJS
https://facebook.github.io/react/
Socket.io
https://socket.io
coding setup 2:30
socket setup 4:30
dependencies and package.json setup 8:56
Layout Component 11:26
io-connection client 13:25
import styles 16:36
Event constants 17:32
Login/Functions 19:09
Factories.js 21:24
LoginForm Component 27:45
SocketManager.js 38:06