this post was submitted on 05 Jul 2023
2374 points (97.8% liked)
Memes
45724 readers
879 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My old person trait is that I don't think websites should require JavaScript to render, only use JS for interactive elements that are absolutely necessary for the function of your website. I generally accept that I may have to use JS to post and comment, but to read something should never require me to enable it.
There are really people out there using React for their static portfolio website. I think JavaScript frameworks are fine if they compile into a minimal bundle with lazy loading, incremental server rendering, etc. As long as you don't ship unnecessary JavaScript with a full virtual DOM and slow down your page.