Just do it the React way and re-render everything by calling ReactDOM.render() again. In most cases that is fast enough.
Just do it the React way and re-render everything by calling ReactDOM.render() again. In most cases that is fast enough.