- Course
Building in React with Introduction to Flux
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
Building in React with Introduction to Flux
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.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
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/