react-router-mini
v3.1.0
Published
Connect your components up to that address bar.
Downloads
1
Readme
react-router-mini
Connect your [React] components up to that address bar.
react-router-mini
based on preact-router
provides a <Router />
component that conditionally renders its children when the URL matches their path
. It also automatically wires up <a />
elements to the router.
If you're looking for more complex solutions like nested routes and view composition, react-router
Usage Example
Still a WIP. Doesn't work.