Skip to content

Async Provider Rendering

Compare
Choose a tag to compare
@pahund pahund released this 28 May 14:31
· 120 commits to master since this release

You can now render the AdvertisingProvider without a config prop. This is useful when you
load the ad config asynchronously and don't want to block initial page render.

Thanks Jason Li for implementing this!