this post was submitted on 19 Jul 2025
1084 points (98.6% liked)
Programmer Humor
25511 readers
2060 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's your alternative for web development?
Server side rendered content can only get you so far.
Webassembly frameworks.
Blazor! But only because I'm a dotnet guy professionally.
Yew? I'm not good enough with Rust to have tried it.
Wasm cannot modify the DOM iirc
I've toyed with WASM, creating a simple sudoku page, and it did take an empty page, added all the buttons, and then changed them upon user interaction.
I think, I also heard of the DOM modification limitations, but it's not a hard barrier afaik, there are just some cases where it can't
But still, doing something in (pure) WASM looks way harder than needed to me
Interesting
Dotnet professionally and using lemmy.ml socially is hilarious to me and (sincerely) entirely consistent. Makes perfect sense, I just find it funny. (I'm not being sarcastic or attacking you, might not be clear lol)
Right? That's the mindset that brought us asp, jsp, and php. JS might be obnoxious, but it's the only viable client-side right now.