RxJS - experiments
  • Multitouch/Mouse drag
  • Accelerometer
  • lite-router
  • Progressive
  • Twitter
  • Github

Latest update: added offline support and progressive app features - check it out!

RxJS is a set of libraries that lets you do reactive programming (it exists in many other languages aside of JavaScript). I wanted to try it out (I've been doing a lot of functional programming lately, both share a lot of similar concepts).

RxJS is really good to simplify the management of events with intermediate state (such as drag'n drop).

So far, I've set up two demos:

  • Multitouch/Mouse based canvas drawing
  • Accelerometer based screen painting

No framework is involved, I made a lite-router for the routing, based on history.

If you like this project, take a look at topheman/angular2-sandbox, a mix of Angular2, RxJS and ngrx/store.

This is the Developer version, containing sourcemaps. Open your devtools and read/set breakpoints on the original source code!

Back to the production version

©2019 labs.topheman.com - Christophe Rosset - v1.1.1

Service worker version: v1.1.1-80a30b6