I want to wrap this in a Suspense component so I can display a loading indicator while the twitter data is retrieved.
Do (can?) you provide a callback on the data being fetched so that any client component can take an action when the data is loaded and component is rendered?
I want to wrap this in a Suspense component so I can display a loading indicator while the twitter data is retrieved.
Do (can?) you provide a callback on the data being fetched so that any client component can take an action when the data is loaded and component is rendered?
Thanks