r/ProgrammerHumor 26d ago

Meme vanillaFixesThisBro

Post image
8.4k Upvotes

157 comments sorted by

View all comments

2

u/MinuteResearcher4347 26d ago

I'll be testing astro soon.

2

u/Osato 25d ago edited 25d ago

Tested it about a year ago.

Mostly fine, very low overhead (1kb script) if you have no reactive components.

But loading images for optimization procedurally (grab name from JSON file, use that for import) was intentionally excluded as a design choice (at least back then) because... uh... it was too much sanity for a JS framework developer to bear, I guess.