Live data from Hacker News

Viewing profile — ngFanboi45

ngFanboi45

HN member
Joined
Wed, Jul 19, 2023, 10:55 PM UTC
HN karma
10
Public activity
3 items

About ngFanboi45

No profile information was provided.

Recent public activity

  1. comment
    Comment #36794847

    Yep. The author is making a big leap by falling into the "Angular slow" meme. In my experience it isn't, and it provides ease of use thanks to its bi-directional binding, as oposed…

  2. comment
    Comment #36794754

    Change detection is one thing, and double buffering is another. Change detection is just projecting from state changes to UI changes. It doesn't try to solve this hypothetical "fla…

  3. comment
    Comment #36794692

    > Angular’s change detection is a disaster. The developer gets two suboptimal choices: (1) the slow and naive default implementation, or the complexity of managing change detection…