https://github.com/joelhooks/reactive-sandbox
This is my sandbox project for playing with RX and React.
https://github.com/joelhooks/reactive-sandbox
Last synced: 3 months ago
JSON representation
This is my sandbox project for playing with RX and React.
- Host: GitHub
- URL: https://github.com/joelhooks/reactive-sandbox
- Owner: joelhooks
- Created: 2014-12-24T15:16:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T19:02:10.000Z (over 10 years ago)
- Last Synced: 2024-10-11T06:29:05.298Z (9 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
reactive-sandbox
================This is my sandbox project for playing with [RxJS](https://github.com/Reactive-Extensions/RxJS) and [React](http://facebook.github.io/react/).
It uses [Gulp](http://gulpjs.com/) and [Browserify](http://browserify.org/) and allows for the use of es6 (via [6to5](https://github.com/6to5/6to5))
## Rx (Reactive Extensions) Resources
* [The introduction to Reactive Programming you've been missing](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)
* [LearnRX](http://jhusain.github.io/learnrx/)
* [Creating Observables (RxJAva)](https://github.com/ReactiveX/RxJava/wiki/Creating-Observables)
* [Which Operator to Use?](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/gettingstarted/which-static.md)