People asked why I like React's model over UIKit's: it does a better job of promoting isolation and confining effects, while being simpler.
Conversation
What are your thoughts on using Flux JavaScript stores? Immutable.js is quite nice in my experience.
1
Replying to
Yay for immutable persistent value types as medium of exchange; less sure about implementing stores in JS bc perf.

