/Realtime-Chat

Primary LanguageJavaScript

React realtime Chat

I built this example with younesmln because we were struggling on how to integrate socket.io-client with React/Redux application Using Redux-saga Channels

This example use :

  • redux
  • react router v4
  • redux saga

For the backend we used Nodejs Express.js with socket.io

Run App

Back-End

cd Back-End && yarn start

Front-End

cd Front-End && yarn start