The (now and the) future of JavaScript
David Lorenz | info@activenode.de | https://github.com/activenode | @activenodeio
web enthusiast | full-stack developer
#javascript #es2016 #es2017 #futureofjs #webdevbbq
or: not another ES6/ES7 talk
After ES6 (2015) lifecycle had to be reduced.
ES6 = ES2015
ES7 = ES2016
ES2017
ES2018
...
The ES2016, ES2017, etc. version is important to the ES contributors (here you find the Task Force: http://www.ecma-international.org/memento/TC39.htm).
But why do you care?
Once you know that a feature will be implemented because it already reached stage 3: use it when transpile-able.
The process each feature has to go through: https://tc39.github.io/process-document/
The stages of a JS feature:
Blame yourselves: Object.observe did only reach stage 2.
Not versions.
There is so much, I can only extract
a few features from ESX
Want a list? Better go coding right now.
By activenode