Building an HTML-first site doubled our users overnight
1–10 of 605 posts
Re: Building an HTML-first site doubled our users overnight
#2> 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.
Re: Building an HTML-first site doubled our users overnight
#3Re: Building an HTML-first site doubled our users overnight
#4Good 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.
> 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 these days don't know how to use forms without JavaScript.)
Re: Building an HTML-first site doubled our users overnight
#5Good 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'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 upfront via opt-in rather than opt-out. It's a wonderful framework.
Re: Building an HTML-first site doubled our users overnight
#6Good 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.
Re: Building an HTML-first site doubled our users overnight
#7People 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
Re: Building an HTML-first site doubled our users overnight
#8People 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
Re: Building an HTML-first site doubled our users overnight
#9Re: Building an HTML-first site doubled our users overnight
#10People 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