【Javascript ES7 & React】constructorやsuper(); this.を使わないClassの新しい書き方: Classes&Properties & Methods【ES6との違い】
ES7でのclassの書き方、 さらにmethods、 propertiesのコーディングについてまとめました。ES7では(ES6と違って)constructor・super();・プロパティのthis.を使わないClassやmethodsの作り方をするので、よりシンプルなコードとなっています。...