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
Sourceuhyo/funstack-router
Added on
NPX Install
npx skill4agent add uhyo/funstack-router funstack-router-knowledgeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →FUNSTACK Router Knowledge
FUNSTACK Router () is a modern React router built on the Navigation API (not the History API). It uses the URLPattern API for path matching.
@funstack/routerEntrypoints
- — Main entrypoint. Provides
@funstack/router,Router, hooks (Outlet,useNavigate, etc.), and route definition utilities (useRouteParams,route()).routeState() - — Entrypoint for Server context when you are using React Server Components. Provides
@funstack/router/serverandroute()utilities for defining routes in server modules.routeState()
FUNSTACK Router Docs
More detailed documentation (including API references and best practices) can be found at:
node_modules/@funstack/router/dist/docs/index.md