this post was submitted on 29 Aug 2024
45 points (97.9% liked)

Web Development

3425 readers
3 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
 

The rebelling against JavaScript frameworks continues. In the latest Lex Fridman interview, AI app developer Pieter Levels explained that he builds all his apps with vanilla HTML, PHP, a bit of JavaScript via jQuery, and SQLite. No fancy JavaScript frameworks, no modern programming languages, no Wasm.

“I’m seeing a revival now,” said Levels, regarding PHP. “People are getting sick of frameworks. All the JavaScript frameworks are so… what do you call it, like [un]wieldy. It takes so much work to just maintain this code, and then it updates to a new version, you need to change everything. PHP just stays the same and works.”

you are viewing a single comment's thread
view the rest of the comments
[–] Anticorp@lemmy.world 9 points 2 weeks ago

Idk where else to say this, so I'll just say it here. I hate React.js. At first I was intrigued by it, then confused, then amazed, and finally disgusted. After years worth of working on React projects, and using React sites, I've finally decided it's an affront to all good development standards. It violates so many best practices, and breaks a ton of built in browser functionality that you should get for free. So you have all these thousands of developers writing custom code for basic shit like browser history, state refresh, back buttons, etc., and half of them get it wrong. Now we have huge websites from companies worth hundreds of billions of dollars, and their sites are broken pieces of shit. So, again, I hate React.