Start your All-Access Pass to unlock this challenge
We noticed that react-dom
is being included in the JavaScript for every page... even though
we only use it to render one component on a single page. What's the correct way to import
that module dynamically?
Oh... and to be extra cool... we want to use await
.