You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be helpful if we could pass priority as a kwarg to the @reactive.event decorator, much like it is currently implemented for reactive.Effect. This way, a user would be able to define a chain of reactions in a specific order to trigger on a single event.
Let's say an action button is clicked, a loading spinner is rendered, then some data are preprocessed, then some analyses are done, then a visualization is created and rendered, etc.
The text was updated successfully, but these errors were encountered:
Hi!
I think it would be helpful if we could pass
priority
as a kwarg to the@reactive.event
decorator, much like it is currently implemented forreactive.Effect
. This way, a user would be able to define a chain of reactions in a specific order to trigger on a single event.Let's say an action button is clicked, a loading spinner is rendered, then some data are preprocessed, then some analyses are done, then a visualization is created and rendered, etc.
The text was updated successfully, but these errors were encountered: