0.1.3 • Published 2 years ago

very-simple-rrouter v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 />,
  }}
/>
0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago