So I am looking to achieve to what I can best describe as an "event driven reload".
Example Use-case:
A list of students is rendered on page load and a button is presented to the end-user that will allow them to refresh that list.
--
I do see that there's toggle functionality available, however, the event selector seems to gate-keep the initial render.
Is there currently any path for rendering on page load and leveraging events to trigger subsequent renders?
So I am looking to achieve to what I can best describe as an "event driven reload".
Example Use-case:
A list of students is rendered on page load and a button is presented to the end-user that will allow them to refresh that list.
--
I do see that there's
togglefunctionality available, however, the event selector seems to gate-keep the initial render.Is there currently any path for rendering on page load and leveraging events to trigger subsequent renders?