Hacker News new | ask | show | jobs
by WillPostForFood 1575 days ago
Or users who hate watching a whole application load to display some text.
1 comments

If the only purpose of your site is to load some text or an image, go use a framework with SSG like NextJS. Then you get fast websites without having to pretend that writing stateful updates (e.g. jQuery) to the DOM is fun.