this post was submitted on 18 Nov 2024
5 points (100.0% liked)

Web Development

3443 readers
25 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] GetOffMyLan 2 points 7 hours ago

It's essentially why people have moved away from server side rendering.

It is way less resource intensive to send just the data and let the client do the rendering. Both in data transfer and compute.