Reactive Programming Patterns - rollthecloudinc/quell GitHub Wiki
Stream Delegation Pattern
Describe the stream delegation pattern used throughout the platform.
- Delegating events to streams
- Attaching behavior to event streams
Object Destructuring Pattern
Describe object destructing pattern used throughout platform.
Reactive Lifecycles
Describe converting lifecycle hooks into reactive streams.
Playback Pattern (idea)
Referencing current and previous observable input without declaring variables.