Live data from Hacker News

Viewing profile — joeldrake

joeldrake

HN member
Joined
Wed, Dec 14, 2022, 6:04 PM UTC
HN karma
3
Public activity
5 items

About joeldrake

No profile information was provided.

Recent public activity

  1. 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 …

  2. comment
    Comment #37585314

    [flagged]

  3. 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…

  4. comment
    Comment #37584988

    Why not just call it signal and computed? (instead of state and derived)

  5. comment