Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 684 Bytes

Basic.md

File metadata and controls

13 lines (12 loc) · 684 Bytes

Basic Usage

Components

React-Keeper provides simple components, here are all of them:

Component Introduction
HashRouter Define the history type of project: use hash history.
BrowserRouter Define the history type of project: use browser history.
MemoryRouter Define the history type of project: use memory history, which has no effect on url.
Route Most offen used, configures routing rules by using a component(a page component usually).
Link Link to a new page.
CacheLink Link to a new page, agent by Cache-Manager.
Control Control history globally.