ilikekillnerds.com
Developing React.js Components Using ES6
React.js is the greatest thing to happen to front-end development in a long time. It is fast, it allows us to break our application into bite-sized chunks and has a tiny learning curve. In this article we will be using ECMAScript 6 classes to write our React.js components. This means they will be easier to ... →