should have an article on eager vs lazy reactivity (#82):
This issue has come up a number of times, most recently in
rstudio/shiny#1868
: the descendants of reactive() react while the value does not change (#1868)Joe’s draft (on disk already)
local url: http://127.0.0.1:4000/articles/lazy-reactivity.html
need an article on lazy evaluation (#76):
People often run into problems with lazy evaluation and it would be nice to point them to an article about it. I just answered one issue on it, and I think the code examples are simple enough for people to understand:
rstudio/shiny#1855
: problem passing reactive in modules (#1855)