Viewing profile — ping-monkey
ping-monkey
HN member- Joined
- Wed, Jul 19, 2023, 2:29 PM UTC
- HN karma
- 6
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About ping-monkey
No profile information was provided.
Recent public activity
-
comment
Comment #38714727
There is some plug-in that adds JSX support though.
-
comment
Comment #38714713
If you like JSX, good for you. But tbh it's neither necessary nor the best solution...
-
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…
-
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*/
-
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…
-
comment
Comment #38710153
Try to replicate a sample app made by VanJS with Vanilla JS and check the difference
-
comment
Comment #36786998
https://vanjs.org is another attempt for the goal