this post was submitted on 05 Jul 2023
2374 points (97.8% liked)
Memes
45724 readers
953 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
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.