this post was submitted on 08 Jun 2026
9 points (100.0% liked)

Web Development

5672 readers
14 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 3 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] bitfucker@programming.dev 5 points 2 hours ago (1 children)

More people needs to know about Vite PWA project. It will generate the service worker for you and still provide the escape hatch if you ever need to write it your own too!

[–] python@lemmy.world 1 points 22 minutes ago

Oh I've set up a PWA with that before! It really is wonderful to use! (although my service workers are only an image caching layer for now as I need my data to stay fairly in sync with my db)

[–] kibblebits@quokk.au 1 points 3 hours ago

Because they add another layer that can make something more complex.

The better question is: how can we make something less complex?

While it’s not my preference, there’s a huge benefit to a basic LAMP stack with no JavaScript.