mkermani144 / wanna

💡✔ Wanna is an implementation of a 21st-century to-do list app.
https://wanna.js.org
MIT License
199 stars 30 forks source link

Switch from es6 constructor state initialization to es7 ones #209

Closed mkermani144 closed 6 years ago

mkermani144 commented 7 years ago

es7 ones are better, and perhaps easier to understand. Link: https://stackoverflow.com/questions/35662932/react-constructor-es6-vs-es7/35663789