this post was submitted on 16 Oct 2025
24 points (100.0% liked)

Web Development

4681 readers
48 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] monomon@programming.dev 4 points 1 day ago* (last edited 1 day ago)

Great article. The move back to more web standard-focused work has been a joy. I just used the <dialog> element, awesome. Vanilla JavaScript has improved with new APIs. WebComponents are nice, though they are more focused on creating elements on the fly.

With all this there has been an increasing appreciation of static pages - a large share of the web simply does not need backend logic at all. This makes development and deployment trivial, with superb ux performance.

React is an impressive piece of technology, and has its use cases, but as the article states "do not throw away the baby with the bath water."

The only constant is movement.

[–] Kissaki@programming.dev 1 points 1 day ago* (last edited 1 day ago)

The good news: we’re learning. The industry is rediscovering the platform.

They mention examples of such frameworks and technologies; listing them and adding hyperlinks: HTMX, Qwik, Astro, Remix, SvelteKit

I've known HTMLX, which I wanted to make use of and try out for a while now. Remix looks interesting [to me] too.

[–] Kissaki@programming.dev 1 points 1 day ago

A very good (historic) overview and assessment.

[–] python@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

Great read! I'm mainly a React developer and I can confirm that I have never heard about the <dialog> tag before! Damn, I even use that shadCN Dialog mentioned in the article lol

[–] Blue_Morpho@lemmy.world 5 points 3 days ago

Excellent article.