funstack-router-knowledge

Original🇺🇸 English
Translated

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

1installs
Added on

NPX Install

npx skill4agent add uhyo/funstack-router funstack-router-knowledge

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 (
    useNavigate
    ,
    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