https://github.com/hiejulia/chatinterface
https://github.com/hiejulia/chatinterface
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiejulia/chatinterface
- Owner: hiejulia
- Created: 2017-02-20T16:31:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T13:18:23.000Z (over 8 years ago)
- Last Synced: 2025-04-03T08:18:33.082Z (6 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatInterface
# Dev notes
+ `webpack-dev-server --progress --colors`+ File structure
# Alt architecture
+ Compare with Flux : View->Action ->Dispatcher ->Store ->View
+ Alt:
++ No need to declare constants for action
++ createActions function
++ Dispatcher:
++ Store:
+++ emit event
++ View
+ Docs : http://alt.js.org/guide/# Reference:
+ https://github.com/hendrikswan/react-stack