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

https://github.com/hiejulia/chatinterface


https://github.com/hiejulia/chatinterface

Last synced: 3 months ago
JSON representation

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