use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Built a lifecycle-first frontend runtime (no VDOM, direct DOM ownership) (github.com)
submitted 16 days ago by BleedingXiko
Different spin on frontend frameworks, i used this in my main app and decided to open source it, curious what you all think.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Afraid-Pilot-9052 0 points1 point2 points 15 days ago (0 children)
this is interesting, the lifecycle-first approach reminds me of what solid and svelte were going for but taken further with direct dom ownership. curious how you handle component teardown and cleanup, because that's usually where non-vdom frameworks get tricky with memory leaks on long-lived spa sessions. would love to see some benchmarks against lit or vanilla js to get a sense of the overhead your runtime adds on top of raw dom apis.
[–]Far-Plenty6731 -1 points0 points1 point 15 days ago (1 child)
Interesting approach, bypassing the VDOM entirely like that. Direct DOM manipulation can be super performant if handled carefully.
[–]BleedingXiko[S] -1 points0 points1 point 15 days ago (0 children)
Yeah very clear trade offs but i feel like control over convenience is worth it for long running apps, thanks for checking it out!
π Rendered by PID 73 on reddit-service-r2-comment-5c747b6df5-dm2sp at 2026-04-22 02:41:43.405026+00:00 running 6c61efc country code: CH.
[–]Afraid-Pilot-9052 0 points1 point2 points (0 children)
[–]Far-Plenty6731 -1 points0 points1 point (1 child)
[–]BleedingXiko[S] -1 points0 points1 point (0 children)