uhyo

funstack-router-knowledge

Use this skill when you need information about `@funstack/router` (the React router your app uses). What it is, API references, best practices, etc.

uhyo 54 1 Updated 3mo ago
GitHub

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. Provides Router, 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. Provides route() and routeState() 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