Not really: a lot of its value is in the fact that the DOM gets abstracted away as "just another render target" (canvas, and perhaps even eventually native UI's could be potential future targets)
React can fully render out to a string of HTML without any dependencies on a DOM implementation (for instance, if you're on the server)
React can fully render out to a string of HTML without any dependencies on a DOM implementation (for instance, if you're on the server)
(http://facebook.github.io/react/docs/top-level-api.html#reac...)