by Hubert Hałun | Feb 8, 2023
I’m not an expert in JavaScript, but I wanted to use cookies in my Shiny apps, and the easiest way to do that was to use the js-cookie JavaScript library. Once I got that working, I wrapped it into its own package, so that anyone (including future me) could...
by Hubert Hałun | Feb 8, 2023
You are comfortable writing JavaScript for your shiny applications, but the single script holding all of the JavaScript is becoming unmanageable, now what? Similar to R packages, JavaScript libraries can be built to hold all necessary code and bundled back into a...