Skip to content

Commit

Permalink
Drop draft TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 26, 2021
1 parent 3a5bd13 commit 34ca80d
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,52 +6,6 @@ This is the work-in-progress repo for the book _Mastering Shiny_ by Hadley Wickh

Built with [bookdown](https://bookdown.org/yihui/bookdown/).

## Table of contents

1. Shiny 101

1. Shiny in action

1. Mastering UI
1. Tables
1. Graphics
* `renderCachedPlot()`
* [Interactive plots](https://shiny.rstudio.com/articles/plot-interaction.html)
* [`renderImage()`](https://shiny.rstudio.com/articles/images.html)
1. Multipage apps
1. Dashboards
1. Shiny gadgets
1. Dynamic UI
1. htmlwidgets
1. Custom HTML

1. Mastering reactivity
1. Reactive components
1. Dependency tracking
1. Scoping
* Code organisation
* [Using scopes to manage object lifetimes](https://shiny.rstudio.com/articles/scoping.html)
* Sharing working between users
* Making an app in a function
* Connecting to databases
1. Advanced techniques
* `reactiveValues()`
* `isolate()`
1. Async programming with promises

1. Shiny in production
1. Troubleshooting and debugging
1. Testing with shinytest
1. Managing dependencies with packrat
1. Performance and scalability
* Load testing with shinyloadtest
1. Deployment options

1. Appendix
1. Server-side selectize and DT
1. R Markdown integration
1. Reproducibility

## Images

There are three directories for images:
Expand Down

0 comments on commit 34ca80d

Please sign in to comment.