Skip to content

Comment on State-based vs Signal-based renderingparent

Comments

React 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]]);
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.