Skip to main content
Module

x/ruck/routePlanForContentWithCss.mjs>default

Ruck is an open source buildless React web application framework for Deno.
Go to Latest
function default
import { default } from "https://deno.land/x/ruck@v7.0.0/routePlanForContentWithCss.mjs";

Creates a Ruck app route plan for route content with CSS dependencies that must be loaded in the document head before the route content mounts and be removed again when navigation to this route aborts, or after navigation to the next route for a different page.

Parameters

routeContentWithCss

Route content with CSS dependencies.

headManager

Head tag manager.

isInitialRoute

Is it the initial route.