very-simple-rrouter

0.1.3 • Public • Published

Very Simple Router

Minimalistic React.js router.

installation

npm i very-simple-rrouter

usage

Add inside root of the react application and add routes:

<Router
  routes={{
    "/": <Home />,
    "/about": <About />,
    "/contact": <Contact />,
    "/404": <NotFound />,
  }}
/>

Package Sidebar

Install

npm i very-simple-rrouter

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

14.9 kB

Total Files

8

Last publish

Collaborators

  • error49