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

Web Development

5741 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 3 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] bitfucker@programming.dev 0 points 1 month ago

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!

[–] kibblebits@quokk.au 0 points 1 month ago (1 children)

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.

[–] bitfucker@programming.dev 0 points 1 month ago (1 children)

The alternative to a less complex web is we will have more native applications. And honestly, I do not prefer that

[–] kibblebits@quokk.au 0 points 1 month ago (1 children)

That doesn’t need to be the case. Yes, there is a place for a “web app” with advanced tech, but most of the web isn’t a web app.

And, regarding native apps, that’s why there are downloadable web apps made in Wails, Tauri, or that disgusting Electron.

[–] bitfucker@programming.dev 0 points 1 month ago (1 children)

I assume you are one of those people that wants the web to go back to the 2000 era. Where JS is not as wide spread and multimedia is expensive to load. That's why I assume if you want the web to be simpler you advocate for removing many of the current web standards/API. I meet too many people like that hence my immediate assumption

[–] kibblebits@quokk.au 0 points 1 month ago (1 children)

I am not who you think I am. I also never said half of that. You seem like the type who likes to gaslight and imagine conversations.

[–] bitfucker@programming.dev 0 points 1 month ago

Naah, I do not have imaginary conversation. Those are what many people I speak on some discord server actually say when they talk about the web being too complex. While they used discord. And many people at that. That's why I jump to the assumptions, my bad then.

[–] JakenVeina@midwest.social 0 points 1 month ago* (last edited 1 month ago) (1 children)

The caching and boot time scenario is very compelling, for teams who have an actual web APP to deploy, not just a web SITE, but... why were they not just leveraging the caching capabilities the browser ALREADY has?

Like, genuine question: what caching capabilities does a Service Worker that the browser doesn't already do?

[–] bitfucker@programming.dev 0 points 1 month ago* (last edited 1 month ago)

Offline cache becomes possible with PWA

~~Edit to give concrete example: Mozilla MDN docs read later/read while offline~~

I was wrong. It was not mozilla MDN. But I do remember an offline cache docs site