Live data from Hacker News

Viewing profile — penguibird

penguibird

HN member
Joined
Mon, Jul 07, 2025, 11:27 AM UTC
HN karma
3
Public activity
2 items

About penguibird

No profile information was provided.

Recent public activity

  1. comment
    Comment #44489179

    When I saw the setState in useEffect, I immediately knew why the person hates react. That's a horrible antipattern used by people who refuse to read the few articles about useEffec…

  2. comment
    Comment #44489156

    Context is pretty much DI, but it works with the component tree - I can wrap different subtrees in different providers. This is much more powerful than angular style dependency inj…