在现有项目中添加React
Add React to an Existing Application
主要介绍了,如何在已经存在的项目中添加
React
主要是使用npm
yarn
等工具,下载react``react-dom
,并启动ES6``Jsx
等功能,完成一个React
开发环境的构建
同时还介绍了,如何快速产生产品Production
,详情点击 Add React to app
- 无须重写你的
application
,通过添加npm
yarn
webpack
等工具,在原有的application
上即可添加React
- 安装
Es6
Jsx
以支持React
的开发,并构建开发所需的环境 - 详细请看: https://react.docschina.org/docs/add-react-to-an-existing-app.html