saurabhnemade / react-twitter-embed

Simplest way to add twitter widgets to your react project.
https://saurabhnemade.github.io/react-twitter-embed/
363 stars 65 forks source link

Are there any events triggered or callbacks I can access to indicate when data is loaded #121

Open laurencefass opened 1 year ago

laurencefass commented 1 year ago

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