Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clairefro/chat-redux

Slack-like chat app with message retrieval from Le Wagon chat API (React + Redux)
https://github.com/clairefro/chat-redux

Last synced: 3 days ago
JSON representation

Slack-like chat app with message retrieval from Le Wagon chat API (React + Redux)

Awesome Lists containing this project

README

        

# Redux Chat

Simple React + Redux chat app styled a la Slack, with emoji compatibility via [react-emojione](https://www.npmjs.com/package/react-emojione).

Uses [Le Wagon's chat API](https://github.com/lewagon/wagon-chat-api) to store/retrieve messages, so your chat is public with others in the same channel. Note: message database is cleared every hour or so.