0.4.1 • Published 3d ago
@react-foundry/router
Licence
MIT
Version
0.4.1
Deps
1
Size
10 kB
Vulns
0
Weekly
0
React Foundry - Router
An abstraction layer over the routers from react-router and Next.js.
Using this package
First install the package into your project:
npm install -S @react-foundry/router
Then use it in your code as follows:
import router from '@react-foundry/router';
// WRITEME
Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm install
Building
npm run build
Clean-up
npm run clean