TheFullResolution / rx-chat-app

Simple chat app, with lazy loaded firebase, mixed with RxJS, redux-observable and more.

Home Page:https://rxchatapp.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RX Chat App

General Information

Simple chat app built using:

Firebase package is lazy loaded using webpack and RxJS.

Why?

"Your scientists were so preoccupied with whether they could, they didn't stop to think if they should."

Pretty much that quote sums up this project. Definitely, these are very heavy packages for such a small project, but they are here all together as the proof concept mixed with a framework which is not commonly used with RxJS.

Building this project using Angular and AngularFire would be definitely easier, but I learned more about RxJS, since there are not many ready recipes for this mix.

Usage

You can check project here: https://rxchatapp.netlify.app Netlify Status

Or, after installing all the dependencies locally using npm npm i, run npm start

In order to use the project, you have to log in, or create an account. I do not send any confirmation emails here, you can use a fake one.

About

Simple chat app, with lazy loaded firebase, mixed with RxJS, redux-observable and more.

https://rxchatapp.netlify.app


Languages

Language:JavaScript 88.7%Language:CSS 11.3%