Shiny modules inputs design recommendations

Hi.

I found a bit older (3 years is a lot in shiny development I guess :slight_smile: ) article on passing inputs from one module to another . I have a multi-tab app with score of graphs on each tab so it makes sense to modularize the app on the tab level. I need to pass some reactive inputs to these modules (selectInput, dateRangeInput etc.) and I wonder whether this approach stood the test of time.

Are there other options?

Thanks!

I believe that's still the recommendation. Here's another related article.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.