DEV Community

Discussion on: Google to pay JavaScript frameworks to implement performance-first code

Collapse
 
qm3ster profile image
Mihail Malo
  1. How is number one bad?

  2. Someone has to pull the blanket, or APIs with better performance will never come.

Collapse
 
xowap profile image
Rémy 🤖

Microsoft still supports (horribly bad) design decisions dating from the 70s. Let me say that I really don't like Microsoft but if they did something good over the time is that they care about their customers and enabling their businesses.

Currently the web development industry is like a headless chicken running in all directions. Nobody understands what we're doing. How can we guarantee the work we make if we can't understand it? All we do right now is throw our customer's money through the window because we have no idea what we're doing.

We all need to take a step back and chill the fuck down.

Also, Google is terrible at web performance. All their apps are heavy as fuck. If you open Gmail you'll instantly pop 300 Mio of RAM. As a comparison, dev.to takes 50 Mio of RAM. How the fuck is it so hard to display a list of emails?

This grant is hypocritical bullshit. It's a booby trap into vendor lock-in.

In politics when you want to pass anything you say it's to protect from terrorism. In (web) development when you want to pass anything you say it's for performance.

Thread Thread
 
qm3ster profile image
Mihail Malo

Come on, Gmail is way more featureful than dev.to.
And a legacy from before easy code-splitting.
And a legacy in general.

Anyhow, that's Google being a consumer of the browser.

Google as a producer of the browser makes the ever faster (and at its time, impossibly groundbreaking) V8, and their renderer isn't too bad either.

What's your stance on JavaScript in general?