Check out a free preview of the full Building Web Apps (with React, Ampersand, ES6 and Webpack) course:
The "Binding to a Model" Lesson is part of the full, Building Web Apps (with React, Ampersand, ES6 and Webpack) course featured in this preview video. Here's what you'd learn in this lesson:
Henrik adds a mixin that will watch for changes on any “props” passed to a component. If a change is detected, the render method of that component will be called and the screen will be redrawn. Henrik also goes into more detail about React’s lifecycle methods. -