Skills Development Web Admin Router Utilities

Web Admin Router Utilities

v20260424
webiny-admin-router-catalog
This module provides essential, standardized abstractions and hooks for managing navigation within a web administration panel. It includes components like LinkComponent and RouteLinkComponent, along with hooks such as useRouter and useRoute, allowing developers to easily structure routes, handle redirection, and manage client-side navigation state efficiently.
Get Skill
126 downloads
Overview

admin/router

How to Use

  1. Find the abstraction you need below
  2. You MUST read the source file to get the exact interface and types!
  3. Import: import { Name } from "<importPath>";

Abstractions


Name: LinkComponent Import: import { LinkComponent } from "webiny/admin/router" Source: @webiny/app/presentation/router/components/SimpleLink.tsx


Name: RedirectComponent Import: import { RedirectComponent } from "webiny/admin/router" Source: @webiny/app/presentation/router/components/Redirect.tsx


Name: Route Import: import { Route } from "webiny/admin/router" Source: @webiny/app/features/router/Route.ts


Name: RouteLinkComponent Import: import { RouteLinkComponent } from "webiny/admin/router" Source: @webiny/app/presentation/router/components/RouteLink.tsx


Name: useRoute Import: import { useRoute } from "webiny/admin/router" Source: @webiny/app/presentation/router/index.ts


Name: useRouter Import: import { useRouter } from "webiny/admin/router" Source: @webiny/app/presentation/router/index.ts


Info
Category Development
Name webiny-admin-router-catalog
Version v20260424
Size 1.24KB
Updated At 2026-04-28
Language