
react map
ts+react 创建项目:create-react-app testApp --typescript --use-npm
启动 npm start
https://reactjs.org/docs/create-a-new-react-app.html
https://github.com/facebook/create-react-app
create-react-app app --typescript --use-npm
https://create-react-app.dev/docs/getting-started#selecting-a-template
npx create-react-app app --template typescript
React 设计模式