-
http://stackoverflow.com/questions/34257665/is-there-any-way-to-access-the-parent-component-instance-in-react
this._reactInternalInstance._currentElement._owner._instance;
위 코드는 해당 컴포넌트의 부모 컴포넌트를 가리킨다.