React is a "javascript library for building user interfaces" from the fine folks at Facebook & Instagram. It strictly focuses on the "V" in your MVC applications, and touts a blazing fast virtual DOM diff implementation.
This series will explore the basic fundamentals of React to get you started.
When you've finished with this series, be sure to check out React Flux Architecture for real-world React application development.