Replies: 1 comment
-
Yes! I've been thinking we could build a small interpreter for the For |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A big advantage of React is hot-code reloading/HMR while developing (and much faster with next gen builders like esbuild and vitejs), so you can tweak an UI incrementally without reloading the entire SPA. There are plans for this? Rust is more static than JS (and ClojureScript it's even better than JS for incremental dev), but maybe is possible to preserve/serialize the app state while reloading an entire wasm bundle and automagically adapting it to the new code version.
Beta Was this translation helpful? Give feedback.
All reactions