Check out a free preview of the full React.js (with Introduction to Flux Architecture) course:
The "Replacing States with Props" Lesson is part of the full, React.js (with Introduction to Flux Architecture) course featured in this preview video. Here's what you'd learn in this lesson:
Since managing multiple States for related objects can be confusing, Ryan walks through an example where he replaces the State management with PropsTypes. This way all toggle components will be managed by the parent.