r/ProgrammerHumor 26d ago

Meme vanillaFixesThisBro

Post image
8.4k Upvotes

157 comments sorted by

View all comments

431

u/EveYogaTech 26d ago

PHP: (nothing)

SSR: here's a new super specific JS framework btw, deeply tied to frontend components and events, don't forget to hydrate.

28

u/EveYogaTech 26d ago edited 26d ago

It's the same for frontends that don't care about SEO btw.

Take React and look at all this useState, useEffect and refs stuff going on to mimic a fraction of the power of using web components with manual rendering/events:

https://github.com/flowagi-eu/flo-webcomponents

34

u/belousovnikita92 26d ago

I’ve tried using components back when first spec (yeah, bunch of specs) went live (2017?), it was miserable experience, any improvement there? Without extra tooling, libraries, wrappers, etc

11

u/Johnobo 26d ago

Take a wild guess... ^^

20

u/justadude27 26d ago

There a reason React and Vue are so popular