@react-foundry/router
v0.3.0
Published
An abstraction layer over the routers from react-router and Next.js.
Readme
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/routerThen 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 installBuilding
npm run buildClean-up
npm run clean