Live data from Hacker News

Viewing profile — ping-monkey

ping-monkey

HN member
Joined
Wed, Jul 19, 2023, 2:29 PM UTC
HN karma
6
Public activity
7 items

About ping-monkey

No profile information was provided.

Recent public activity

  1. comment
    Comment #38714727

    There is some plug-in that adds JSX support though.

  2. comment
    Comment #38714713

    If you like JSX, good for you. But tbh it's neither necessary nor the best solution...

  3. comment
    Comment #38714689

    FWIW, for HTML template: 1. How easy is it to support loops? 2. How easy is it to compose (defining small components that can be used in larger components)? 3. How easy is it to ma…

  4. comment
    Comment #38714619

    tbh, you don't need JSX to know where things begin and end (if this is something really important for you): li(a({href: " https://vanjs.org/ "}, "VanJS")/*a*/)/*li*/

  5. comment
    Comment #38710215

    VanJS is a lot faster than React: https://vanjs.org/#performance . UI re-rendering in VanJS is kept at the local level as much as possible, which can be achieved without even the n…

  6. comment
    Comment #38710153

    Try to replicate a sample app made by VanJS with Vanilla JS and check the difference

  7. comment
    Comment #36786998

    https://vanjs.org is another attempt for the goal