1.4.0 • Published 2 years ago

react-router-lite v1.4.0

Weekly downloads
9
License
Unlicense
Repository
github
Last release
2 years ago

react-router-lite

Similar to react-router but leaner.

Also you can provide any string as a route:

import {Provider, Switch, Route} from 'react-router-lite';

<Provider route={'/any/string/goes/here'}>
   <Switch>
      <Route match="/any/string" comp={() => <div>hello world</div>}>
   </Switch>
</Provider>

License

Unlicense public domain.

1.4.0

2 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago