Effective State Management in Shiny Modules: A React-Inspired ApproachLearn how to manage state in Shiny modules using a React-inspired approach with event handlers for better control and flexibility.R - Shiny#shiny#r-shiny#article#r-shiny-modules#blog·jakubsobolewski.com·Jul 23, 2025Effective State Management in Shiny Modules: A React-Inspired Approach
Testing Legacy Shiny Apps: Start with Behavior, Not CodeAdding acceptance tests first makes refactoring safer.R - Shiny#shiny#testing#r-shiny#refactor#dev·jakubsobolewski.com·Jul 17, 2025Testing Legacy Shiny Apps: Start with Behavior, Not Code
Shiny App WorkflowsThis is a book that covers the standard shiny app workflow.R - Shiny#book#r-development#r-shiny#shiny#webdev#r-package#bookdown·b-klaver.github.io·May 8, 2025Shiny App Workflows
UNCHARTED DATA: Interactive Tooltip TablesHow to include tables in your {ggiraph} tooltips.#r-development#r-package#dev#shiny#webdev#dataviz#r-package-devt#r-shiny#tables#dt·uncharteddata.netlify.app·Dec 31, 2024UNCHARTED DATA: Interactive Tooltip Tables
UNCHARTED DATA: Introducing the {reactablefmtr} PackageAn R package created to make the styling and customization of {reactable} tables easier.#r-development#r-package#r-package-devt#r-shiny#tables#reactable#reactablefmtr#dataviz#shiny·uncharteddata.netlify.app·Dec 31, 2024UNCHARTED DATA: Introducing the {reactablefmtr} Package
How to enhance your R shiny application with httpOnly CookieshttpOnly Cookies are crucial for security, protecting against cross-site scripting attacks in R Shiny apps. Read more about them here.R - Shiny#shiny#webdev#r-development#dev#r-shiny#shiny-server#security#http-only#cookie#cross-site scripting#xss·bigomics.ch·Sep 6, 2024How to enhance your R shiny application with httpOnly Cookies