Skip to content

Source code for an article series on building a React-based chat app

Notifications You must be signed in to change notification settings

jhartikainen/react-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React chat app

Source code files for my article series on developing a Slack-style chat app with React.

Following articles have been published so far:

  1. React basics: Building an application prototype
  2. Getting started with npm and Browserify in a React project
  3. React application data-flow: Where and how to store your data
  4. Using WebRTC and React to build a basic chat server
  5. Improving our React workflow with ES6 and functional stateless components

Install

  1. Clone repo
  2. Run npm install
  3. Run npm run build (requires browserify to be installed)

About

Source code for an article series on building a React-based chat app

Resources

Stars

Watchers

Forks

Packages

No packages published