前端三大主流框架中文文档

Angular

Angular 官方同步中文文档: https://angular.cn/docs
Rxjs官方文档翻译: https://buctwbzs.gitbooks.io/rxjs/content/rookie-primer.html
React

React 官方同步中文文档: https://doc.react-china.org/react/docs/hello-world.html
React 入门中文文档: https://hulufei.gitbooks.io/react-tutorial/content/usage-with-react.html
Redux 中文文档: http://cn.redux.js.org/
React-Redux 使用简述: http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_three_react-redux.html

React Router 中文文档: https://react-guide.github.io/react-router-cn/index.html(V4版本采用动态路由; V2,V3版本采用静态路由, 大多数人会比较喜欢静态路由这种方法, V4所采用的动态路由更符合组件化的思想)

React Native 中文文档: http://reactnative.cn/docs/0.46/appregistry.html
Vue

Vue中文网: https://cn.vuejs.org/v2/api/#updated
Vue Router 文档: https://router.vuejs.org/zh-cn/
Vue Vuex 文档: https://vuex.vuejs.org/zh-cn/intro.html
Vue UI框架 iView 文档: https://www.iviewui.com/docs/guide/start

原文地址:https://www.cnblogs.com/fangfeiyue/p/7461626.html