Live data from Hacker News

Viewing profile — krall12

krall12

HN member
Joined
Mon, Oct 11, 2021, 2:09 PM UTC
HN karma
5
Public activity
3 items

About krall12

No profile information was provided.

Recent public activity

  1. comment
    Comment #31962604

    SWR does basically the same core thing (query, cache and mutation help) with less features.

  2. comment
    Comment #29004388

    I think it means that any page that only renders server components can just push the built html to the browser. If there were to be client components, like an upvote button, react …

  3. comment
    Comment #28828517

    This video actually does a pretty good job of explaining the state of web today. He goes into why frameworks that stream html as updates are insufficient. The GitHub UI for example…