This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import classnames from 'classnames'; | |
/* | |
This would be a page level component. It handles loading all data. | |
a) The orphan data is triggered by componentWillMount which is part of the React component | |
life cycle called once as the component loads | |
b) video search data is loaded when there is a new search preformed 1) When an orphan is | |
selected, including selecting the first orphan when the data is first loaded 2) When the |
OlderNewer