React-ES5-To-ES6-Checklist icon indicating copy to clipboard operation
React-ES5-To-ES6-Checklist copied to clipboard

:blue_book:The missing manual of upgrading ES5 React to ES6+ :sparkles:

Results 1 React-ES5-To-ES6-Checklist issues
Sort by recently updated
recently updated
newest added

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...