react
React is a JavaScript library for building user interfaces.
官网地址: https://reactjs.org/
GitHub仓库: https://github.com/facebook/react
中文版文档: https://www.reactjscn.com/
react-router
Declarative routing for React
官网地址: https://reacttraining.com/react-router/
GitHub仓库: https://github.com/ReactTraining/react-router
中文版文档: http://react-guide.github.io/react-router-cn/
redux
Predictable state container for JavaScript apps
官网地址: https://redux.js.org/
GitHub仓库: https://github.com/reduxjs/redux
中文版文档: https://www.redux.org.cn/
react-redux
Official React bindings for Redux
官网地址: https://react-redux.js.org/
GitHub仓库: https://github.com/reduxjs/react-redux
create-react-app
Create React apps with no build configuration.