Page Index - deanrad/rx-helper GitHub Wiki
28 page(s) in this GitHub Wiki:
- Home
- A Quick Tour of the Rx-Helper API
- API Intro 1.1 — trigger/process, and on
- Hello World, and Source-Code ordering
- Event Input and Handling
- Listen Up - Don't Throw An Error!
- API Intro 1.2 —filter
- Async, and Paying it Forward with Return Values
- API Intro 2.1 — Filter return values
- API Intro 2.2— Handler return values
- Run at once - parallel
- 2.2
- API Intro 2.3 — Concurrency Modes
- API Intro 2.4 — HandlerConfig {type: 'nextSection'}
- Additional Resources About RxHelper the Antares Protocol
- Case Study: A Download Manager
- Case Study: An HTTP server
- Case Study: Cheat Code Entry
- Case Study: Days Without Accident
- Case Study: IOT with GPIO
- Case Study: Simplifying chains of async callbacks
- Case Study: Web Sockets
- Comparison to Redux Observable
- Error Handling in RxJS — Building an RxJS PubSub
- Intro Tour
- Problem: The # of destinations of your event data is growing, complicating the applications which send it.
- Problem: You have a program you need to shell out to, and want an Observable of its lines
- So you want to Integrate Observables with React?