Build the future of the web with modern JavaScript (Google I/O ’18)




This presentation gives an overview of cutting-edge JavaScript development techniques to build modern web and Node.js apps. Discover which features to expect in Chrome and Node.js soon, how the V8 engine optimizes for them, and how to improve real-world performance and stability on the Web and in Node.js.

Presenters:
• Mathias Bynens https://twitter.com/mathias
• Sathya Gunasekaran https://twitter.com/_gsathya

More info:
• https://developers.google.com/web/updates/tags/javascript
• https://twitter.com/v8js

Rate this session by signing-in on the I/O website here → https://goo.gl/RZMpqG

Watch more Chrome and Web sessions from I/O ’18 here → https://goo.gl/5fgXhX
See all the sessions from Google I/O ’18 here → https://goo.gl/q1Tr8x

Subscribe to the Chrome Developers channel → http://goo.gl/LLLNvf

#io18

Original source


32 responses to “Build the future of the web with modern JavaScript (Google I/O ’18)”

  1. Google appears to be married to the Democratic political party.The software development community desperately need Google to embrace DIVERSITY. Please Google, commit to diversity and promote the Republican agenda more often. This means promoting "personal freedom", "personal accountability", "smaller government", "equality of opportunity", "not equality of outcome", "equity", "social justice". Please Google, transform your archaic organisation.

  2. Nothing we need whatsoever, only bad programmers always want more syntax. The only feature we needed were native module loading and tail recursion. I hope they dont make of Javascript such a Frankenstein language like C# with a new language feature like every 10 minutes.

  3. have a question about recommended to use babel -env to transpile to specific browser version
    say that i end up with two js file, one that support new js syntax natively (for latest supported browsers), one that transpiled the js
    what is a good way to determine which one to serve??
    do i write both in my script tag?

Leave a Reply