update doc titles

This commit is contained in:
afc163 2016-12-28 15:45:37 +08:00
parent 047476efaf
commit 8852dfd767
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
order: 3
title: Real world Example with dva
title: Real project with dva
---
[dva](https://github.com/dvajs/dva) is a React and redux based, lightweight and elm-style framework, which supports side effects, hot module replacement, dynamic on demand, react-native, SSR. And it has been widely used in production environment.

View File

@ -1,6 +1,6 @@
---
order: 4
title: Use with create-react-app
title: Use in create-react-app
---
[create-react-app](https://github.com/facebookincubator/create-react-app) is one of best React application development tool, we are going to use `antd` within it and modify the webpack config for some customized needs.