Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clairefro/chat-redux-router
Slack-style chat app with shareable channel URLs (redux-router)
https://github.com/clairefro/chat-redux-router
Last synced: 3 days ago
JSON representation
Slack-style chat app with shareable channel URLs (redux-router)
- Host: GitHub
- URL: https://github.com/clairefro/chat-redux-router
- Owner: clairefro
- Created: 2020-01-11T21:49:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:10:07.000Z (about 2 years ago)
- Last Synced: 2025-01-10T02:17:53.349Z (6 days ago)
- Language: JavaScript
- Homepage: https://clairefro.github.io/chat-redux-router/
- Size: 1.42 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Router Chat
Refactoring of [Redux Chat](https://github.com/clairefro/chat-redux) using redux-router for shareable channel URLs.
---------------------------------------------------
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.