Building in React with Introduction to Flux

Pluralsight
Course Summary
Discover JSX (and the ES6 features that come along with it), creating React custom components, integrating React with jQuery UI / Bootstrap components and learn how to iterate React into an existing codebase in this course.
-
+
Course Description
React is a JavaScript library for creating user interfaces by Facebook and Instagram. React.js creates its own virtual DOM where your components actually live. This virtual DOM approach gives enormous flexibility and amazing gains in performance because React.js calculates what changes need to be made in the DOM beforehand and updates the DOM tree accordingly. Course materials are available at https://github.com/FrontendMasters/2015-02-13-React/
-
+
Course Syllabus
Let's Build an App with React- 15m 5s
—React Introduction 11m 2s
—React Introduction Questions 4m 2sYour First Component- 25m 53s
—JSC vs. Pure JavaScript 6m 40s
—Composite Components 4m 52s
—Exercise 1: Rendering Data 4m 55s
—Exercise 1: Solution 9m 24sProps- 33m 33sEvents and State- 39m 7sProps vs. States- 35m 57sFlux- 37m 13sRouting- 38m 4sMigrating to React- 21m 2sWrap Up- 23m 7s