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!
electric's incremental state updates apply to runtime state only, electric frontends compile to clojurescript and have the same asset delivery story as clojurescript
maybe a bit worse actually, we haven't thought about clojurescript bundle splitting yet
we do support advanced mode