Check out a free preview of the full Building Web Apps (with React, Ampersand, ES6 and Webpack) course:
The "Derived Properties" 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:
Derived properties are depending on other properties within a model. If any of its dependent properties are updated, the derived property will trigger a change event. Henrik creates an appUrl derived property and applies that property to each repo link.