rse / es6-features

ECMAScript 6: Feature Overview & Comparison

Home Page: https://rse.github.io/es6-features/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you please add es7 and later feature overview & comparison?

anlexN opened this issue · comments

@rse your project was VERY helpful for my and my friends programmers to quickly learn and understand ES6. Thank You :) If you will also put something about es7 it will be pleasure to read (and make some small 'donate' button on your site: http://es6-features.org/ :) )

es7 - yes ..and es8 already. It would be cool.

I went to check and I think es7-features.org has been registered by someone already. I hope that person plans to use it or has contacted you. es6-features is awesome!

Btw kangax should seriously link your site.

I wouldn't worry about the name, it's under rsj's name scope. Call it es-next. I think that's not on node yet. Or just use a name scope there too.

I'd argue async/await could be added simply because it is part of the Promise revolution.

But anyway, @rse, if you have the patience/energy for adding more, it would certainly be appreciated.

js.org provides a free webspace. Both authors can negotiate with each other in order to reserve the subdomains es7-features, etc. So the link would look like es7-features.js.org

I would like this. I rely on ES6-Features a lot as I keep forgetting the syntax. D'oh!

From my understanding (but I could be wrong) ES6 / ES2015 was the biggest update that's happened in recent years to JavaScript so there isn't that much to specify in regards to newer updates. That said, a site similar to ES6-Features could be made where all features since ES2015 are listed with them being categorized into or tagged with their respective versions.

I know you could probably find many of the current features on various sites but ES6-Features is just clean and easy to navigate.