Quarto dashboards vs Shiny

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

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.