Artboard article
- Gist (2018)

The introduction to Reactive Programming you've been missing

"Reactive programming is programming with asynchronous data streams.
In a way, this isn't anything new. Event buses or your typical click events are really an asynchronous event stream, on which you can observe and do some side effects. Reactive is that idea on steroids. You are able to create data streams of anything, not just from click and hover events. Streams are cheap and ubiquitous, anything can be a stream: variables, user inputs, properties, caches, data structures, etc. For example, imagine your Twitter feed would be a data stream in the same fashion that click events are. You can listen to that stream and react accordingly...

Show More
saved by: FoundryBase
updated 17 days ago
Visibility: Public (all visitors)


Comments

No comments yet. Be the first to comment!

MORE RESOURCES FROM SOURCE

More in FoundryBase from   Gist

Related Chunks

Related chunks with this resource

This Article can be found in 1 chunk
Saved by FoundryBase