RxJS Playground
Implementation of tutorial The introduction to Reactive Programming you've been missing by @andrestaltz.
Sprinkled with some React to see how well it plays with RxJS. Slightly modified and using RxJS 5.0. Pretty big bundle for such a tiny app but I'm importing whole RxJS for the sake of simplicity, if you want you can import basic functionality and specific operators, learn more from RxJS docs.
Design shamelessly stolen from Twitter.
This project was bootstrapped with Create React App.