Facebook is announcing that React with version number 0.14.7 is already available to download.
What is React ?
React is .
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 coding, allowing the programmer to build his UI mainly via JavaScript. React’s source is framework agnostic, working with or without complex JS libraries loaded on the page. This frees up resources, and also ensures there aren’t any pesky dependencies getting in your way.
This is changelog for React version 0.14.7 :
You can read the complete changelog and also download this latest version on their homepage: facebook.github.io