UI Deploy

Curated, Short, Web UI Dev we Love.

Refactoring React Components to ES6 Classes

Here at NMC, we're big fans of the React library for building user interfaces in JavaScript. We've also been experimenting with the next version of JavaScript, ES6, and were excited to see the latest version of React promote ES6 functionality. Starting with React 0.13, defining components using ES6 classes is encouraged.

view source

Advertisement