← Graph

Reactive Programming

concept 3 connections

Programming model popularized by React+MobX and Ember: the application maintains observable state, dispatches actions that update it, and derives the virtual DOM (and thus the UI) from that state. Developers no longer think about when and how to update individual components because the framework re-derives the view from state. Panel argument: the best code is no code — reusing framework conventions means less custom, less to test, and easier recovery when APIs change. Contrasted with Redux-like approaches where developers write more code to thread data through the app.

category
pattern
about
Reactive Programming concept
Panel discusses reactive programming shared by Ember and React+MobX.
about
Reactive Programming concept
Reactive programming is another cited lasting trend.
tool Ember.js
uses
Reactive Programming concept
Ember employs state-driven reactive programming with a virtual DOM.

Provenance

Created in
JavaScript/Frontend Panel at wroclove.rb 2018 2026-04-17 16:18
Read by
15 extractions