Viewing profile — joeldrake
joeldrake
HN member- Joined
- Wed, Dec 14, 2022, 6:04 PM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About joeldrake
No profile information was provided.
Recent public activity
-
comment
Comment #37585618
After reading this from rich_harris: ”Basically, you can only modify state _where it's declared_. If you want to allow the 'outside world' to modify that state, you need to expose …
-
comment
Comment #37585314
[flagged]
-
comment
Comment #37585199
Yes, and Preact. Vue also uses ”computed”, but ”ref” instead if signal. It just strikes me that a lot of frameworks seem to implement the same thing (signals) but use different nam…
-
comment
Comment #37584988
Why not just call it signal and computed? (instead of state and derived)
-
comment
Comment #33987314
Hurray!