this post was submitted on 24 Apr 2024
5 points (100.0% liked)

Web Development

3434 readers
2 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
top 5 comments
sorted by: hot top controversial new old
[–] onlinepersona@programming.dev 3 points 6 months ago* (last edited 6 months ago) (1 children)

From Microsoft? Oh no... is this a blazor sales pitch?

Edit: not really. Of course he had to use it, but it wasn't too prominent. Didn't finish the video but server-side rendering seems to be the "future". I dunno... that doesn't give me a warm tingly feeling.

Anti Commercial-AI license

[–] LPThinker@lemmy.world 1 points 6 months ago* (last edited 6 months ago)

More specifically, he argued (and the recent and upcoming releases of most major frameworks agree) that rendering most content on the server with islands of client-side interactivity is the future.

That’s not necessarily a huge revelation, but the big difference from what people have been doing with PHP for decades is the level of integration and simplicity in mixing server-side and client-side code seamlessly so that a dev can choose the appropriate thing in each context and not have to go through a lot of effort when requirements change or scaling becomes an issue. I would say that this represents a new level of maturity in the “modern” web frameworks where devs can choose the right technology for every problem to serve their users best.

[–] some_guy@lemmy.sdf.org -2 points 6 months ago (1 children)

I'll save you some time: the web will be made shittier still. I didn't watch. That's just what I've observed to be true.

[–] LPThinker@lemmy.world 3 points 6 months ago (1 children)

I think you would be pleasantly surprised by the direction web dev is moving if you gave it a chance.

For example, I suspect that you think one of the ways the web has gotten shittier is because sites are too bloated and JavaScript frameworks are too heavy and slow.

One of the key takeaways is that, across almost all frameworks and stacks, web dev is moving back to doing as much work on the server-side as possible, while retaining the minimum necessary interactivity via Islands of Interactivity with much lighter JavaScript than what was pushed for the last decade.

[–] some_guy@lemmy.sdf.org 3 points 6 months ago

This is welcome news. Thanks for giving me a bit of optimism.