observables-utahjs

所属分类:网络编程
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2016-09-22 03:49:30
上 传 者sh-1993
说明:  我在2016年犹他州JS会议上发表的“使用可观测项的 React编程”演示文稿的演示集。,
(A collection of demos for my "Reactive Programming using Observables" presentation delivered at the Utah JS Conference 2016.,)

文件列表:
.editorconfig (147, 2016-09-21)
.eslintignore (18, 2016-09-21)
.eslintrc.js (295, 2016-09-21)
db.json (14546, 2016-09-21)
package.json (1102, 2016-09-21)
rollup.config.js (788, 2016-09-21)
server.js (1361, 2016-09-21)
src/ (0, 2016-09-21)
src/arrays/ (0, 2016-09-21)
src/arrays/index.html (1001, 2016-09-21)
src/arrays/index.js (417, 2016-09-21)
src/basic/ (0, 2016-09-21)
src/basic/index.html (457, 2016-09-21)
src/basic/index.js (306, 2016-09-21)
src/clock/ (0, 2016-09-21)
src/clock/index.html (455, 2016-09-21)
src/clock/index.js (292, 2016-09-21)
src/counter/ (0, 2016-09-21)
src/counter/index.html (633, 2016-09-21)
src/counter/index.js (1273, 2016-09-21)
src/draganddrop/ (0, 2016-09-21)
src/draganddrop/index.html (691, 2016-09-21)
src/draganddrop/index.js (644, 2016-09-21)
src/http-demo/ (0, 2016-09-21)
src/http-demo/index.html (624, 2016-09-21)
src/http-demo/index.js (969, 2016-09-21)
src/http-demo/utils.js (673, 2016-09-21)
src/index.html (646, 2016-09-21)
src/input/ (0, 2016-09-21)
src/input/index.html (522, 2016-09-21)
src/input/index.js (358, 2016-09-21)
src/utils/ (0, 2016-09-21)
src/utils/index.js (231, 2016-09-21)

# Observable Demos A collection of demos for my "Reactive Programming using Observables" presentation delivered at the Utah JS Conference 2016. * [slide deck](https://docs.google.com/presentation/d/1Q3wC-RHm9zOTW5LDH7dkzCLFiV5ykLFYKq2Id4SaW_k/edit?usp=sharing) ### To run the demos: ``` npm install npm start ``` Open a browser to `http://localhost:8000`. Note that some of the examples have code that commented out. I encourage you to uncomment the code to see how it affects the observable streams, and to experiment with the code. If you enable LiveReload in browser (using the Chrome LiveReload extension, for instance), then any changes you make will be reflected in the browser without a refresh. ### Other Resources * [Stage 1 Draft](https://tc39.github.io/proposal-observable/) * [Learn RxJS](https://www.learnrxjs.io/) * [RxJS](http://reactivex.io/rxjs/) * [Observable Spec Proposal](https://github.com/tc39/proposal-observable) * [Simple implementation](https://github.com/zenparsing/zen-observable)

近期下载者

相关文件


收藏者