this post was submitted on 20 Oct 2025
25 points (96.3% liked)

Web Development

4699 readers
49 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 4 comments
sorted by: hot top controversial new old
[–] Kissaki@programming.dev 8 points 2 days ago* (last edited 2 days ago)

The post How Functional Programming Shaped (and Twisted) Frontend Development from four days ago provides great broader context about the history and concerns. It ends with what this post seems to primarily concern itself with: The alternatives, improvements, innovation, and opportunities we may be missing / should evaluate.

[–] codeinabox@programming.dev 7 points 2 days ago (1 children)

A good companion piece to this article, is the Dead Framework Theory article, which discusses AI coding tools bolstering React's dominance.

[–] clif@lemmy.world 2 points 2 days ago

I hadn't even thought of that angle... damn. Thanks for the link.

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

I use HTML5, css3 and vanilla js... haven't seen a web dev project in years that actually needed to be an application. for the odd moment where I need interactive controls htmx comes to the rescue. I've built a few actual web applications using both react and angular before and can tell you nothing is more amazing than not having to deal with npm anymore. don't get me started on downloading all backend state into browser cache just to change the color of a button ;-)