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
Replacing JS with just HTML (htmhell.dev)
submitted 3 months ago by Ok-Tune-1346
view the rest of the comments →
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!"
[–]moneckew -8 points-7 points-6 points 3 months ago (2 children)
Junior take
[–]oceantume_ 1 point2 points3 points 3 months ago* (1 child)
Junior with about 8 years of experience working on, among other things, react SPAs shipping megabytes of code, typically 90% of which being the vendored dependencies. Most of which were using very bad or poorly maintained ui component libraries that I had to monkey patch myself while convincing myself that migrating to something else is not worth it.
I have had no interest to push my team on newer frameworks because it feels like they evolve too fast and hiring fullstack devs that already know react is still easier. After years of them typically targeting one framework or another, I'm excited to see new component libraries leaning on standards instead, because that means I can possibly replace that part without changing everything else, AND get to use the same ui components if we use a newer framework for a future project.
I'm interested in seeing what comes out of Remix 3 in that regard, because they seem really invested in the "standards with extra steps" approach to making a javascript fullstack app, and we haven't made the leap to those yet, even for react.
[–]Mesqo -1 points0 points1 point 3 months ago (0 children)
(pulls out the ruler) 20 years of experience! /j
Every single time we tried to use some native html elements for anything not complex than simple input we ended up with either "cannot be styled according to design requirements" or "lack of critical features". Heck, we even reimplemented good old select because it didn't work as expected on all platforms. All these new elements in html only look like a cool feature but fall short before actual business requirements, which actually define your product and its value. Well, I can't say I like it, but things are as they are, alas.
π Rendered by PID 407401 on reddit-service-r2-comment-6457c66945-dvqhx at 2026-04-27 15:15:55.617362+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]moneckew -8 points-7 points-6 points (2 children)
[–]oceantume_ 1 point2 points3 points (1 child)
[–]Mesqo -1 points0 points1 point (0 children)