nanxstats / blog-comments

utterances comments
0 stars 1 forks source link

blog/post/shiny-fcp-loader/ #19

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Architecting Large Shiny Apps with Minimal First Contentful Paint Time - Nan Xiao | 肖楠

How to create a Shiny app with a loading screen that aims to minimize the first contentful paint (FCP) time.

https://nanx.me/blog/post/shiny-fcp-loader/

howardbaik commented 1 year ago

Hi Nan, in the first bullet point under "Technical details", I think you use htmltools::htmlDependency() instead of htmltools::htmlDependencies()`

nanxstats commented 1 year ago

Hi Nan, in the first bullet point under "Technical details", I think you use htmltools::htmlDependency() instead of htmltools::htmlDependencies()`

Updated, thanks!