Skip to content

Commit 2973dd2

Browse files
committed
Updates docs.
1 parent 622ef85 commit 2973dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Create Components that resolve asynchronously, with support for server side rend
99

1010
```jsx
1111
const AsyncProduct = createAsyncComponent({
12+
// 👇 Webpack 2 code splitting API
1213
resolve: () => import('./components/Product'))
1314
});
1415

0 commit comments

Comments
 (0)