rhino
rhino copied to clipboard
Topic: Development mode
A development mode with things like hot reloading, debug mode, etc.
Ideas
- Improved stack traces.
- Automatic reloading with
shiny.autoreload.pattern. - Automatically lint and rebuild JS & Sass, possibly via RStudio jobs.
- Strict warnings, e.g.
options(warnPartialMatchDollar = TRUE). - RStudio addins for
box::use(alias = current_file[...])andbox::reload(alias)(Slack).