diff --git a/docs/react/use-with-create-react-app.en-US.md b/docs/react/use-with-create-react-app.en-US.md index be12e21976..73edccba45 100644 --- a/docs/react/use-with-create-react-app.en-US.md +++ b/docs/react/use-with-create-react-app.en-US.md @@ -207,3 +207,4 @@ There are a lot of great boilerplates like create-react-app in React community. - [comerc/cra-ts-antd](https://github.com/comerc/cra-ts-antd) - [react-boilerplate/react-boilerplate](https://github.com/ant-design/react-boilerplate) - [kriasoft/react-starter-kit](https://github.com/ant-design/react-starter-kit) +- [next.js](https://github.com/zeit/next.js/tree/v3-beta/examples/with-ant-design) diff --git a/docs/react/use-with-create-react-app.zh-CN.md b/docs/react/use-with-create-react-app.zh-CN.md index 7cc0805d76..7fff9d11d2 100644 --- a/docs/react/use-with-create-react-app.zh-CN.md +++ b/docs/react/use-with-create-react-app.zh-CN.md @@ -207,3 +207,4 @@ React 生态圈中还有很多优秀的脚手架,使用它们并引入 antd - [kriasoft/react-starter-kit](https://github.com/ant-design/react-starter-kit) - [create-react-app-antd](https://github.com/ant-design/create-react-app-antd) - [cra-ts-antd](https://github.com/comerc/cra-ts-antd) +- [next.js](https://github.com/zeit/next.js/tree/v3-beta/examples/with-ant-design)