Reactive Programming with Matthew Podwysocki
JavaScript Archives - Software Engineering Daily - Un pódcast de JavaScript Archives - Software Engineering Daily

Categorías:
“The model-view-intent architecture is really cool and innovative – it’s basically combining the technologies of observables with the virtual DOM, and you’ve got this whole new paradigm of thinking.” Reactive programming emphasizes writing code that is readily responsive to events. It is an increasingly popular paradigm with highly interactive websites like Netflix. It draws on