Yes it would have to be within a single process. T...
# squarelibraries
j
Yes it would have to be within a single process. The slot table is not serializable so it cannot be persisted across process death. This also prevents isomorphic rendering for Compose Web where the first frame is rendered and produced as HTML and then the client-side JS picks up from that state and continues. It's not terrible in that specific case since you just redo the first state and it's not a big deal.