# react-router-cache **Repository Path**: moddx/react-router-cache ## Basic Information - **Project Name**: react-router-cache - **Description**: Router with cache for react-router like keep-alive in Vue. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-22 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-router-cache #### 介绍 Router with cache for react-router like keep-alive in Vue. #### 软件架构 基于 react-router,提供了缓存页面的功能 #### 安装教程 ``` npm install react-router-cache -S ``` #### 使用说明 ``` import { CacheSwitch, CacheRouter } from react-router-cache ```