Comment on State-based vs Signal-based renderingparentComments−AlienRobot10moReact is crazy because someone thought this was too complicated for developers: event.listenTo(render); event.emit(); And that we should do this instead: property.listenTo(render); property.set([property.get()[0]]);
Comments
React is crazy because someone thought this was too complicated for developers:
And that we should do this instead: