Use this skill when you need information about `@funstack/router` (the React router your app uses). What it is, API references, best practices, etc.
Install
npx skillscat add uhyo/funstack-router/funstack-router-knowledge Install via the SkillsCat registry.
SKILL.md
FUNSTACK Router Knowledge
FUNSTACK Router (@funstack/router) is a modern React router built on the Navigation API (not the History API). It uses the URLPattern API for path matching.
Entrypoints
@funstack/router— Main entrypoint. ProvidesRouter,Outlet, hooks (useLocation,useRouteParams, etc.), and route definition utilities (route(),routeState()).@funstack/router/server— Entrypoint for Server context when you are using React Server Components. Providesroute()androuteState()utilities for defining routes in server modules.
FUNSTACK Router Docs
More detailed documentation (including API references and best practices) can be found at:
node_modules/@funstack/router/dist/docs/index.md