How to survive to Chrome for Android disabling JavaScript for 2G or slower connections?

mangel0111

miguel-penaloza

Posted on August 28, 2018

How to survive to Chrome for Android disabling JavaScript for 2G or slower connections?

I found this article and after reading carefully I start thinking a lot about that, I will share with your the link right here.

What basically says is that Google is considering the idea of disable JavaScript in his browsers for slow internet connections in Android and maybe in the future for all his versions.

Looks like an odd move from Google, if this comes true, how the JS world will survive?

Today we cannot talk about Front-end or Web development without talk about JavaScript. Now we have very popular frameworks and libraries like React, Angular, Vue, etc. And almost a new JS framework every month(or week?).

I was thinking in how work with this new scenario, maybe use some progressive Enhancement, create phantoms layout before render anything, and realize that now we not only have to support old browsers but also slow networks.

What scares me about the idea of disable JS when the network become slow, is what new weird behaviours and bugs can we have to support? If now we should handle that a browser will shoot down your app, will we have that states (onJsDisabled?)? How the new net neutrality regulations will affects the speed in our sites?

Maybe I'm a little paranoid, but I wanna know what the community thinks about this? how this posible change can affect us? And how to deal with it?

Best regards.
A worried Dev.

💖 💪 🙅 🚩
mangel0111
miguel-penaloza

Posted on August 28, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related