@archinmodi/react-routify
v0.0.1-beta.1
Published
A lightweight and flexible React routing library.
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 anduseNavigatehook. - Extract route parameters and query strings using
useRouteParamshook. - Built with TypeScript and Rollup.js for modern JavaScript development.
Installation
You can install ReactRoutify from npm:
npm install react-routify