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.
- 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.
You can install ReactRoutify from npm:
npm install react-routify