For example, if I use renderComponent to render in a DOM node and then delete the DOM node manually, did I just skip memory? Is the React component remote DOM node abbreviated?
You probably lost your memory. Use React.unmountComponentAtNode(node)
React.unmountComponentAtNode(node)
Source: https://habr.com/ru/post/975155/More articles:Prevent button movement when changing value - cssInstallation TypeFace to NumberPicker - androidCannot declare Q_ENUM from an enumeration defined in another class - c ++Laravel 4: redirect a send request using a different controller method - phpReturn array of transporters of values ββfrom the repeater - angularjsOdd bug with ios touch gesture and touch gesture - iosReflection for calling a generic method with a lambda expression parameter - genericsIs it possible for Zephir to include an external library? - cApple system uptime in milliseconds? - iosalembic - example of using a package resource as script_location - pythonAll Articles