No Named exports

In this lesson, we'll learn the alternative way for using named exports with React.lazy.

We'll cover the following...

If you remember from the previous lesson, I mentioned that React.lazy expects the dynamic import statement to include a module with a default export being a React component.

A Slight

...