rstudio / shiny

Easy interactive web applications with R
https://shiny.posit.co/
Other
5.35k stars 1.87k forks source link

Bundling support in Shiny #3304

Open ghost opened 3 years ago

ghost commented 3 years ago

Is bundling supported in shiny? By bundling I mean combining multiple CSS, JS files into a single file. Fewer files means fewer HTTP requests and that can improve first page load performance. It is mainly to improve request load time. Challenge I have with shiny is I am using multiple packages (highcharter, DT, shinywidgets etc) for app and every package has its own CSS and JS file.

daattali commented 3 years ago

Shiny currently does not provide that, at least out of the box. You can use other web tools or perhaps some custom R packages made by the community for that