When several components need to share the same changing data, it is recommended to lift the shared state up to their closest common ancestor. This means that if two child components share the same data from their parent, you move the state into the parent instead of keeping local state in both children.
Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"
Comments