Just saw this video for Quarto Dashboard which looks promising. However, I was wondering how it is different from Shiny?
In which case should we use one over another? What thing does one do better than the other? Or can we use both interchangeably based on our preference?
Shiny is about reactivity and interactivity: Quarto - Shiny
Quarto Dashboard is about layout and organization of component on a page. There is no reactivity or interactivity requiring R or Python to run (on a server or in browser): Quarto - Quarto Dashboards
Both can be mixed though if you want Shiny component within a Dashboard layout using Quarto Dashboard syntax : Quarto - Interactive Dashboards
This adds interactivity to Quarto Dashboard