how reactnative creates a rendered component how to put a rendered component into a new component
there is no related code because I don"t know how to write it
the specific problem is that he wants to keep a living webview so that he can use it everywhere in different components and does not want webview pages to reload
or rn wants us to maintain the virtual dom and then render the real dom ourselves
, but for some reason I hope that when the rn reads a change somewhere in the virtual dom, some part of the new real dom that needs to be re-rendered is a previous undeleted dom instead of recreating a new dom
.