react router4 with layouts:react router4 with layouts 源码
react-router4-with-layouts 允许路由器具有带有打字稿定义的布局道具 安装 yarn add react-router4-with-layouts 用法 import React , { Component } from 'react' ; import { Route } from 'react-router4-with-layouts' ; import { Router , Switch } from 'react-router-dom' ; import { createBrowserHistory } from 'history' ; import { DefaultLayout } from './layouts/DefaultLayout' ; import { HomePage } from './pages/HomePage' ; import {
下载地址
用户评论