Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/houhoucoop/react-router

A simple react router implementation
https://github.com/houhoucoop/react-router

react react-router-dom

Last synced: 27 days ago
JSON representation

A simple react router implementation

Awesome Lists containing this project

README

        

# react-router

> A simple react router implementation

[![NPM](https://img.shields.io/npm/v/react-router.svg)](https://www.npmjs.com/package/react-router) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save @houhoucoop/react-router
```

## Usage

```jsx
import React from 'react'
import { Router, Switch, Route, Link } from 'react-router'

const App = () => {
return (
<>


  • Home

  • Story

  • About Houhou



Home
Story



No match


>
)
}
```

## License

MIT © [@houhoucoop](https://github.com/@houhoucoop)