# react_router_chinese **Repository Path**: frisktale/react_router_chinese ## Basic Information - **Project Name**: react_router_chinese - **Description**: react router 5 中文文档 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-04 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React-router5 中文文档 [原仓库](https://frisktale.github.io/react_router_chinese/) **画个饼,有人提交pr就搞github action自动编译** *** 翻译起始时间: 2019-5-29 翻译结束时间: 2019-6-12 最后修订时间: 2019-6-12 翻译: Harlan.Zhang 前言: 因为本人所在公司前端的技术栈主要是 Vue,所以为了扩展自己的技术栈,打算实践一下 React,但是 React 本身的中文资源不如 Vue 丰富。尤其是 React-router,我在网上没有找到很合适的中文资源,只好去啃英文文档,同时也打算把相关的文档翻译一下,本人水平有限,如有错误或者不合适的地方,欢迎指出。 ## 目录 ### 示例 该部分全部是各种示例的代码和运行结果,除了代码的注释没有需要翻译的地方,暂时不考虑翻译,推荐直接看[官网](https://reacttraining.com/react-router/web/example/basic) ### 指南 [快速开始](./guides/QuickStart.md) [基础组件](./guides/BasicComponents.md) [服务端渲染](./guides/ServerRendering.md) [代码拆分](./guides/CodeSplitting.md) [滚动恢复](./guides/ScrollRestoration.md) [设计思想](./guides/Philosophy.md) [测试](./guides/Testting.md) [集成 Redux](./guides/ReduxIntegration.md) [静态路由](./guides/StaticRouter.md) ### API 文档 [BrowserRouter](./API/API.md#-browserrouter-) [HashRouter](./API/API.md#-hashrouter-) [Link](./API/API.md#-link-) [NavLink](./API/API.md#-navlink-) [Prompt](./API/API.md#-prompt-) [MemoryRouter](./API/API.md#-memoryrouter-) [Redirect](./API/API.md#-redirect-) [Route](./API/API.md#-route-) [Router](./API/API.md#-router-) [StaticRouter](./API/API.md#-staticrouter-) [Switch](./API/API.md#-switch-) [history](./API/API.md#history) [location](./API/API.md#location) [match](./API/API.md#match) [matchPath](./API/API.md#matchpath) [withRouter](./API/API.md#withrouter)