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. 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
More from uhyo/funstack-router
funstack-static-knowledge
Use this skill when you need information about `@funstack/static` (the React framework your app is built with). What it is even about, API references, best practices, etc.
21create-pr
A skill to create a pull request on a GitHub repository. Use this skill when the user wants to create a pull request for the changes you have made.
1docs-consistency
Ensure consistency of documentation files. Should be used automatically when you made a significant change to the codebase that may affect the documentation, or when you made a significant change to the documentation itself.
1release-funstack
A skill to make a GitHub release for the `@funstack/router` package. Use this skill when the user wants to release a new version of the package.
1