Skip to main content
Module

x/cargo_parcel/cargo/islands.ts>findIslands

Server side rendering for Cargo applications
Go to Latest
function findIslands
import { findIslands } from "https://deno.land/x/cargo_parcel@0.1.59/cargo/islands.ts";

Find islands in vNode

Parameters

vNode: VNode<unknown>
  • The vnode to find the islands in it
islands: Record<string, JSX.Component>
  • The islands to find in the vnode