Ciro Santilli

React

React

By Facebook.

What it does

Advantages:

Vs Angular

TODO

Demos

Lists:

Reviews:

Users

Lists:

Notable for me:

JSX

JavaScript extension that allows you to embed XML into JavaScript directly, e.g. to write things like:

var myDivElement = <div className="foo" />;

Compiles to JavaScript.

Insanity, why not just pass strings literals to some library?

The React tutorial uses it: https://github.com/reactjs/react-tutorial/blob/4fa16fde3795ff7047322f28320cffc3b2b385ec/public/scripts/example.js#L77