Hey, I've recently realized that a lot of my Shiny projects end up with most of the work done before the data gets to Shiny and the role of Shiny will end up only being data filtering and presentation.
If that is the case I reckon, it'd be better to have the page in HTML with the filtering done with JavaScript. The problem is, I don't know JavaScript.
So my question is if anyone knows of a good set of lessons to learn JavaScript specifically to replace a little bit of Shiny functionality? And, I'd love to hear any other experience of learning JavaScript coming from an R background.
Cheers, and I hope everyone has a lovely upcoming summer.