Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 473 Bytes

readme.md

File metadata and controls

21 lines (18 loc) · 473 Bytes

Wayfind

Wayfind is a router with full typecheck of all router paths and variables for queries and their data types and it all works without plugins!

wayfind

Installation

npm install wayfind
yarn add wayfind
pnpm add wayfind

React Installation

For react to install an additional package:

npm install wayfind-react
yarn add wayfind-react
pnpm add wayfind-react

Usage

Demo: wayfind-demo