hyperfiddle

growthesque 2025-04-03T09:18:34.554099Z

Hey everyone, quick technical question about Electric's incremental delivery capabilities: I'm evaluating Electric for an app ecosystem where minimal incremental updates of compiled JS bundles (or WASM bundles, if applicable) are crucial for efficiency. Does Electric provide built-in mechanisms for incremental or differential bundle updates at the code-deployment level (similar in spirit to something like code-splitting/delta patches), or does its differential dataflow strictly apply only to runtime state/UI updates? Any pointers or clarification deeply appreciated!

Dustin Getz (Hyperfiddle) 2025-04-03T10:46:45.187259Z

electric's incremental state updates apply to runtime state only, electric frontends compile to clojurescript and have the same asset delivery story as clojurescript

🙏 1
Dustin Getz (Hyperfiddle) 2025-04-03T10:47:45.019589Z

maybe a bit worse actually, we haven't thought about clojurescript bundle splitting yet

Dustin Getz (Hyperfiddle) 2025-04-03T10:47:48.970839Z

we do support advanced mode