hlio
7 years agoMentor
Delay loading a Component on a page until initial endpoint call has completed
We want to use an end point to contact Zendesk via API to then assign a role back into Lithium for a user.
We want a component (Contact US) in the page to display different options based on that newly assigned role, but we currently have to reload the page to have it display the options.
Is there a way to cause that component to wait without doing a whole page reload? We would like to wait to load the component until that endpoint has completed and then display the options in one complete experience.
Curious if there are any ideas.