On Mon, Jan 30, 2017 at 1:57 PM, Jan Dittrich jan.dittrich@wikimedia.de wrote:
State management and data/event propagation goes beyond of what OOUI can provide, as far as I (Jan) know. So an obvious candidate was looking into MVVM solutions of which the most well known is the React library.
If considering React, I would start by recommending Preact instead. Especially since we're starting clean, we won't need any compat layer (and yet feels similar enough to existing users).
On Wed, Feb 1, 2017 at 1:11 AM, Jon Robson jrobson@wikimedia.org wrote:
Redux for managing your state and OOjs UI for rendering the UI components.
Indeed, Redux is also a good option.
-- Timo