Home / Function/ isRouteServerIsland() — astro Function Reference

isRouteServerIsland() — astro Function Reference

Architecture documentation for the isRouteServerIsland() function in match.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  f3eeca9f_2104_8269_ff5e_2e19253b0dda["isRouteServerIsland()"]
  0b4969b2_7e25_9c4a_3b7f_911a988f8209["match.ts"]
  f3eeca9f_2104_8269_ff5e_2e19253b0dda -->|defined in| 0b4969b2_7e25_9c4a_3b7f_911a988f8209
  style f3eeca9f_2104_8269_ff5e_2e19253b0dda fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/routing/match.ts lines 48–50

export function isRouteServerIsland(route: RouteData): boolean {
	return route.component === SERVER_ISLAND_COMPONENT;
}

Domain

Subdomains

Frequently Asked Questions

What does isRouteServerIsland() do?
isRouteServerIsland() is a function in the astro codebase, defined in packages/astro/src/core/routing/match.ts.
Where is isRouteServerIsland() defined?
isRouteServerIsland() is defined in packages/astro/src/core/routing/match.ts at line 48.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free