ECMAScript 6 - Internet of Things

Example of ES6 classes running the site.

View the Project on GitHub justinkneff/es6-objects-IoT

Object Oriented programming with ES6.

This proves you can build an application based on JavaScript. It emphasises the use of JavaScript over post rendering with html manipulation.

This is a good way to get started before heading into unidirectional designs with React-Redux.

When seperating your buttons, tables, etc into component like classes it helps to create re-usable items that can be easier maintained.

How To

git clone [this repo]

npm install

npm run dev