@archinmodi/react-routify
v0.0.1-beta.1
Published
A lightweight and flexible React routing library.
Downloads
2
Maintainers
Readme
ReactRoutify
ReactRoutify is a lightweight and flexible React routing library that simplifies routing and navigation in React applications. With support for TypeScript, it provides an easy-to-use API for handling routing needs.
Features
- Declarative routing with
<Router>
and<Route>
components. - Navigation with the
<Link>
component anduseNavigate
hook. - Extract route parameters and query strings using
useRouteParams
hook. - Built with TypeScript and Rollup.js for modern JavaScript development.
Installation
You can install ReactRoutify from npm:
npm install react-routify