Refreshing serverload components
Author: zcayouCreated Mar 22, 2024Updated May 9, 2025
Is there a way to refresh a serverload component? The first occurrence of a page event trigger for the component sends an api call, but subsequent ones do not.
I tried clearing the event before triggering it again, which does send another api call, but does not update the component.
This would be helpful for performing crud operations via modal forms, without any navigation or path changes, and where some portion of the current page needs to update.
Side-note: the ability to have the response from a form refresh the component would be even more ideal.
Source: pydantic/FastUI