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

Web Development

4724 readers
1 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
you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki@programming.dev 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

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.

[–] tyler@programming.dev 4 points 1 week ago

Svelte and SvelteKit are amazing ( i say from a backend dev perspective). I’ve been saying much of what the article says since 2016, including that the majority of sites have absolutely no business being anything other than a static site. And that’s how I’ve always built mine. SvelteKit feels like building a static site without the compromises.