DEV Community

Discussion on: Make the web fast again

Collapse
 
dailydevtips1 profile image
Chris Bongers

Hi Peer,

First of all thanks for this massive comment, appreciate it.

I do leverage Astro components and actually want to move to zero JavaScript.
I really don't need much rendering for my website.

To adhear to that I even created a static Twitter embed on Astro 🤯
github.com/rebelchris/astro-static...

Well let's hope people keep dropping JavaScript when it's not really needed and native HTML/CSS can help us out 💪

As for the images, yep totally crazy what we can actually do.
And I went with srcset + picture as you can read about in this article

I was already using cloudflare pages and workers for my website, so Images was on the list to try out.
I'm really, really surprised by how good and fairly priced it is.

Glad you enjoyed this article 🥳

Collapse
 
peerreynders profile image
peerreynders

I even created a static Twitter embed on Astro

Oh, I'm aware.

😁

Thread Thread
 
dailydevtips1 profile image
Chris Bongers

Oh nice!
I actually use it fully cached myself now 🤯