Hi, I have a few questions about Google’s Remote Compose.
1) Is it currently possible on the server side to create a component (for example, a custom button) and use it inside other server-side components, so that the client downloads binaries like this:
- custom-btn.rcb
- card1.rcb
- card2.rcb
And then, if a new component is added that uses that button, the client wouldn’t need to download the button’s binary again?
2) My next question: does the current capability allow us to define a node on the server with a set of parameters (e.g., inside a remoteColumn), and then register that component on the client as a native component—for example, for rendering a map, a video player, or a Coil image?