DEV Community

Discussion on: The State Of JavaScript

Collapse
 
theoutlander profile image
Nick Karnik

I hope we never forget how degrading the experience used to be in the 90’s. Most of us had no choice but to think about peformance. I guess server side generated pages probably made that much easier to manage.

I’m curious if you’ve thought about integrating Babel into the browser given that it might always be a few steps ahead? Would it make sense to let developers use some of the proposed features in the browser without the need for transpiling code (which might reduce the payload further)? Thanks!

Collapse
 
xortype profile image
xorType

There should be a history lesson on the pre-jquery era. With ERPs in the 90s, we had no choice but to figure out how to lazy load 30mb of bloated xml to the browser.