IntroductionMd.md
788 Bytes
React
- Official :
https://github.com/facebook/create-react-app - version :
16.8.1 - Installation :
npx create-react-app my-app
cd my-app
npm start
React Redux
React Redux requires React 16.4 or later.
- Official :
https://github.com/reduxjs/react-redux - version :
6.0.1 - Installation :
npm install --save react-redux
React Router
- Official :
https://reacttraining.com/react-router/web/guides/quick-start - version :
6.0.1 - Installation :
npm install --save react-router-dom
Ant Design of React
- official :
https://github.com/ant-design/ant-design/ - version :
3.13.6 - Installation :
npm install antd
yarn add antd
##