funstack-router-knowledge

star 54

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 By uhyo schedule Updated 2/26/2026

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

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
Install via CLI
npx skills add https://github.com/uhyo/funstack-router --skill funstack-router-knowledge
Repository Details
star Stars 54
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator