Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justjavac/react-router-v4-CN
React Router V4 中文文档
https://github.com/justjavac/react-router-v4-CN
document js react react-router
Last synced: 3 months ago
JSON representation
React Router V4 中文文档
- Host: GitHub
- URL: https://github.com/justjavac/react-router-v4-CN
- Owner: justjavac
- License: mit
- Archived: true
- Created: 2017-03-20T06:32:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T14:29:17.000Z (about 3 years ago)
- Last Synced: 2024-06-20T20:57:01.545Z (5 months ago)
- Topics: document, js, react, react-router
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 797
- Watchers: 29
- Forks: 77
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-star - react-router-v4-CN
README
React Router
用于 React 的声明式路由组件## 文档
[View the docs here](https://reacttraining.com/react-router)
[点击此处查看中文文档](http://reacttraining.cn/)
[3.x 文档](https://github.com/ReactTraining/react-router/blob/v3/docs)
[2.x 文档](https://github.com/ReactTraining/react-router/blob/v2.8.1/docs)
## 包
这是一个基于 [Lerna](https://github.com/lerna/lerna) 管理的 Repository. 我们基于此代码库已经在 npm 发布了[若干个包](/packages) 包括:
| 包名 | 版本 | 文档 | 描述 |
|---------|---------|------|-------------|
| [`react-router`](/packages/react-router) | [![npm](https://img.shields.io/npm/v/react-router.svg?style=flat-square)](https://www.npmjs.com/package/react-router) | [![](https://img.shields.io/badge/API%20Docs-markdown-green.svg?style=flat-square)](/packages/react-router/docs) | React Router 核心组件 |
| [`react-router-dom`](/packages/react-router-dom) | [![npm](https://img.shields.io/npm/v/react-router-dom.svg?style=flat-square)](https://www.npmjs.com/package/react-router-dom) | [![](https://img.shields.io/badge/API%20Docs-markdown-green.svg?style=flat-square)](/packages/react-router-dom/docs) | 用于 DOM 绑定的 React Router |
| [`react-router-native`](/packages/react-router-native) | [![npm](https://img.shields.io/npm/v/react-router-native.svg?style=flat-square)](https://www.npmjs.com/package/react-router-native) | [![](https://img.shields.io/badge/API%20Docs-markdown-green.svg?style=flat-square)](/packages/react-router-native/docs) | 用于 [React Native](https://facebook.github.io/react-native/) 的 React Router|
| [`react-router-redux`](/packages/react-router-redux) | [![npm](https://img.shields.io/badge/npm-5.0.0alpha.2-orange.svg?style=flat-square)](https://www.npmjs.com/package/react-router-redux) | [![](https://img.shields.io/badge/API%20Docs-readme-orange.svg?style=flat-square)](/packages/react-router-redux/#readme) | React Router 和 Redux 的集成 |
| [`react-router-config`](/packages/react-router-config) | [![npm](https://img.shields.io/npm/v/react-router-config.svg?style=flat-square)](https://www.npmjs.com/package/react-router-config) | [![](https://img.shields.io/badge/API%20Docs-readme-orange.svg?style=flat-square)](/packages/react-router-config/#readme) | 静态路由配置帮助助手 |## 加群交流
React技术交流1群(已满):342685917
React技术交流2群:450586076
## 鸣谢
Thanks to [our sponsors](/SPONSORS.md) for supporting the development of React Router.
Also, thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to run our build in real browsers.