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
if some part of my UI waits for a modal to show up, and then querying for data on the modal showing up, what's the best way to lazily query for that data at the parent of the modal level in order to pass data into the modal?
Or in general -- calling a query from the component rather than in the loader for lazy purposes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
if some part of my UI waits for a modal to show up, and then querying for data on the modal showing up, what's the best way to lazily query for that data at the parent of the modal level in order to pass data into the modal?
Or in general -- calling a query from the component rather than in the loader for lazy purposes?
Beta Was this translation helpful? Give feedback.
All reactions