Viewing profile — penguibird
penguibird
HN member- Joined
- Mon, Jul 07, 2025, 11:27 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About penguibird
No profile information was provided.
Recent public activity
-
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…
-
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…