My understanding is that react has a virtual dom which you can update and then it figures out the deltas and only applies the changes to the real dom. Would that strategy work well if the virtual dom was in wasm? (Excuse my ignorance of wasm/react/js
)