Ex: renderText() knows about textOutput("id"). This method is used within knitr, so we should be able to extract it as well.
Hopefully, we can perform the same trick py-shiny express used.
If successful, is it possible to also support py-shiny core setups with output values? Or is this dynamic UI dependencies situation, which feels wild west. Maybe if we only allow it after the initial init, then it's ok?
Ex:
renderText()knows abouttextOutput("id"). This method is used within knitr, so we should be able to extract it as well.Hopefully, we can perform the same trick py-shiny express used.
If successful, is it possible to also support py-shiny core setups with output values? Or is this dynamic UI dependencies situation, which feels wild west. Maybe if we only allow it after the initial init, then it's ok?