We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622ef85 commit 2973dd2Copy full SHA for 2973dd2
README.md
@@ -9,6 +9,7 @@ Create Components that resolve asynchronously, with support for server side rend
9
10
```jsx
11
const AsyncProduct = createAsyncComponent({
12
+ // 👇 Webpack 2 code splitting API
13
resolve: () => import('./components/Product'))
14
});
15
0 commit comments