Is this the way React/Vue etc do there "virtual DOM"? I'm trying to investigate them but it seems like they aren't really that well used outside of these frameworks?? If my assumption about is correct that is, and React does actually use them. Does anyone know of any tutorials etc on MuObs?
j
stuff ;)
The virtual DOM is an observer concept yes :) and reactive systems use them. Check this out:
the first entry is the author of the virtual-dom :)