By tag: react

React JS (JS Conf EU 2013)

A look at what makes React JS user interfaces different from JS Conf EU 2013 by Pete Hunt. React is a powerful, modern javascript view layer type library for creating reusable components and fast UIs. See...

*

Why you should use react.js unminified during development

Facebook’s React javascript library is gaining popularity. When using third party javascript code, it’s easy to download the minified version and develop against that as you’ll want the minified version in production anyway.

React, however, is an example of why this isn’t always the bes...

*