Following on from my story about Microsoft Edge moving from React to an "HTML-first" approach, I was contacted by a developer whose team has also made the shift from React’s "overwhelming VDOM" to modern DOM APIs. They immediately saw speed and interaction improvements. https://thenewstack.io/pivoting-from-react-to-native-dom-apis-a-real-world-example/ #WebDev cc @slightlyoff
Pivoting From React to Native DOM APIs: A Real World Example

One dev team made the shift from React’s "overwhelming VDOM" to modern DOM APIs. They immediately saw speed and interaction improvements.

The New Stack
@ricmac I use deno fresh JavaScript framework and ironically one of its main goals is delivering zero JavaScript to the client unless explicitly programmed to do so
@ricmac @slightlyoff It feels like React itself is also slowly moving away from VDOM... Since now it can compile away useMemo calls as well, how long until it will do what SolidJS does, and compiles the VDOM away too?