React 15.3.1
React uses a declarative, XML-like syntax known as JSX, letting developers build well-organized code structures with ease.
JSX mixes HTML with JavaScript, which when passed through React gets converted to normal JS markup.
The library uses very little DOM...