robbestad / react-iframe

Simple solution for using iframes in React
ISC License
434 stars 79 forks source link

Expose the onLoad callback #24

Closed foxmicha closed 6 years ago

foxmicha commented 6 years ago

Expose the onLoad callback of the React iframe element.

Allows developers to track when the iframe has finished loading the first time or when the iframe's URL has changed.

robbestad commented 6 years ago

Thanks :)