Open gaearon opened 8 years ago
hi @gaearon, thank you so much for clarifying this. Much appreciated it. 👍 So what can we call for those 'ES7' examples which I listed? I remember in your react-dnd, you are listing some 'ES7' examples there as well. It could be great that you can give some suggestions here. We love the voice from the expert. Thank you for your work on React and Redux anyway, I am your fan. 😄
Those need to be updated as well, I just haven’t had the time. You can call this “ES future proposals”
done.
Hm that is a shame, but maybe that's the preprocessor's job, anyway... Thank you, babel... And thanks for the info, gaearon
The README suggests some syntax (e.g. class properties) is “ES7”. This is inaccurate.
If ES6 is ES2015, then ES7 is ES2016, but the only new things in ES2016 are exponentiation operator and Array.prototype.includes.
What you list as “ES7” are experimental language proposals that may or may not get into the language someday.