React.js 노드 마운트 해제 중 React.js 노드를 마운트 해제하려고 합니다.this._rootNodeID handleClick: function() { React.unmountComponentAtNode(this._rootNodeID) } 하지만 다시 돌아온다false. 그handleClick요소를 클릭하면 부팅되며 루트 노드를 마운트 해제해야 합니다.에 관한 문서unmountComponentAtNode 여기서 이것도 해봤어요. React.unmount ComponentAtNode($('*[data-reactid=')+this)._rootNode(루트 노드)ID+'''''[0]) 그 셀렉터는,jQuery.hide()단, 언마운트에서는 사용할 수 없습니다.다만, 메뉴얼마운트할 필요가 있습니다.D..