Async Provider Rendering
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.
- See documentation
- See issue #10
Thanks Jason Li for implementing this!