In the upcoming 1.5.0 change log, I saw a new feat...
# compose-web
m
In the upcoming 1.5.0 change log, I saw a new feature for Compose Web which is specifying a custom id for the canvas which is a good step for adding the ability to use compose html and compose web together and even have multiple canvases. Is there any possible option now to do this ? I mean what if I write some Compose Html code and create a canvas with id: x and then I call the Compose Web code in the same project with id: x.
s
Not sure if that would work for your usecase, but the way I dealt with this for now was actually having the Compose Web Window next to the renderComposable function for HTML, and simply update them two separately, but based on the same data. Note both targetting JS.