Alternatively I can model all my DOs under a single class - eg "Actor", and then effectively re-impl

Alternatively I can model all my DOs under a single class - eg "Actor", and then effectively re-implement my own RPC layer using fetch or layered on top of CFs RPC, but then that feels wrong to me
Was this page helpful?