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. |