react router:轻巧的React路由器 源码
轻巧的React路由器 用法 // App.jsx import { useRoute , A } from '@axtk/react-router' ; // `A` is a link component enabling navigation without page reloading. // (To comply with the History API, it won't require page reloads as // long as the `href` prop value is a same-origin location. With // non-same-origin URLs, `A` will act as a plain HTML link.) const AppRoute = { HOME : '/' , INTRO : '/intr
文件列表
react-router-master.zip
(预估有个11文件)
react-router-master
src
RouteContext.js
117B
useRoute.js
641B
useRouteLinks.js
526B
Router.js
911B
A.js
602B
external.react.js
31B
README.md
6KB
.gitignore
22B
暂无评论