MVI: An architecture for reactive programming
MVI (Model-View-Intent) is a new architecture made for reactive programming leveraging the power and flexibility of observables. Luca Mezzalira explores why reactive programming will remain a hot topic over the next decade and explains how you can structure an application in pure reactive programming using Cycle.js, React, and hyperscript.
Talk Title | MVI: An architecture for reactive programming |
Speakers | |
Conference | O’Reilly Open Source Convention |
Conf Tag | |
Location | London, United Kingdom |
Date | October 17-19, 2016 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Reactive programming will be the next hot topic of the decade. Understanding how this paradigm works and when to use it will greatly benefit your asynchronous applications. Model-View-Intent (MVI) is a new architecture made for reactive programming leveraging the power and flexibility of observables to empower you to create solid and well-encapsulated architectures. Luca Mezzalira explores reactive programming and explains how you can structure an application in pure reactive programming using Cycle.js, React, and hyperscript. Luca also demonstrates how MVI architecture helps to structure your frontend reactive applications using Cycle.JS and React or hyperscript for rendering your views.