Good post, but: > A venerable web application pattern that has had a small modern renaissance thanks to Remix Remix is not that popular. I don't think attributing this to remix is accurate. Next.js quite possibly.
The full context of that quote makes it clear that it's meant more as a wry joke: > A venerable web application pattern that has had a small modern renaissance thanks to Remix, form submissions and redirects took a while to explain to my colleagues, on account of everyone being used to heavily client-side web applications. (Although it's not really a joke, it's pretty amazing how many professional web developers thes…
Building an HTML-first site doubled our users overnight
11–20 of 605 posts
Re: Building an HTML-first site doubled our users overnight
#12People who built a crappy website using React are just as likely to build a crappy website using Astro, HTML-first approach or any other technology
At least it'll be a fast and crappy website.
Re: Building an HTML-first site doubled our users overnight
#13Good post, but: > A venerable web application pattern that has had a small modern renaissance thanks to Remix Remix is not that popular. I don't think attributing this to remix is accurate. Next.js quite possibly.
I think the author is suggesting that Remix was the inspiration for the renaissance, not that it's necessarily the most popular method for doing so. I'd be curious to see the stats on how often Next.js users lean into the server component model that makes the frontend fast. My anecdotal experience is that it's an afterthought for many. By comparison, Astro (as mentioned by the author) makes you think about this stuff…
Re: Building an HTML-first site doubled our users overnight
#14Re: Building an HTML-first site doubled our users overnight
#15People who built a crappy website using React are just as likely to build a crappy website using Astro, HTML-first approach or any other technology
At least it'll be a fast and crappy website.
(I still very much support fast, simple HTML websites. The good ones are a fantastic user experience)
Re: Building an HTML-first site doubled our users overnight
#16[flagged]
Re: Building an HTML-first site doubled our users overnight
#17I was a little confused by "doubled our users" since that's more about inbound traffic than site experience. I guess it's really shorthand for "halved form abandonment" which is still pretty great.
Re: Building an HTML-first site doubled our users overnight
#18Shipping tens of megabytes per web page is impolite, if not outright disrespectful to users.
Re: Building an HTML-first site doubled our users overnight
#19Re: Building an HTML-first site doubled our users overnight
#20People who built a crappy website using React are just as likely to build a crappy website using Astro, HTML-first approach or any other technology