Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsisodiya/router
Simple Routing Solution for React Application
https://github.com/nsisodiya/router
Last synced: 27 days ago
JSON representation
Simple Routing Solution for React Application
- Host: GitHub
- URL: https://github.com/nsisodiya/router
- Owner: nsisodiya
- License: mit
- Created: 2016-03-14T19:55:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T14:45:04.000Z (over 8 years ago)
- Last Synced: 2024-11-13T06:57:21.660Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#** DEPRECATED - USE REACT ROUTER v4 **
# @nsisodiya/router
Simple React Router# Installation
```
npm install --save @nsisodiya/router
```# Usage
```
import ReactRouter from '@nsisodiya/router';
ReactRouter();
```