hypebright / async_shiny

Examples to implement asynchronous programming in Shiny ✨
MIT License
63 stars 8 forks source link

Move `renderText()` outside of `observe()` in callr examples #1

Closed schloerke closed 1 year ago

schloerke commented 1 year ago

Most changes are cosmetic.

Only real change is moving the renderText() outside the observe() call. {reactlog} and the garbage collector will be happy to work less. Please let me know if I should submit a minimal PR with only this change.

hypebright commented 1 year ago

Thanks for this @schloerke! Good point to move renderText() outside of observe().