-
@apreshill @WeAreRLadies @cantabile @rstudio I've found that if you don't establish the link between how server/ui communicate, it's hard to understand how they work together. Without that, it's hard to explain apps: laderast.github.io/gradual_shiny/introduction.html#the-concept-of-ui-and-server-elements
-
@apreshill @WeAreRLadies @cantabile @rstudio I establish the connection, and then I ask questions to reinforce it. I.e., if I have an element in ui that has the id "colorScheme", how do I access it in server?
-
@apreshill @WeAreRLadies @cantabile @rstudio My tutorial slowly builds upon that knowledge, only showing one concept at a time. I think it's been useful for students: laderast.github.io/gradual_shiny/