MCPcopy Index your code
hub / github.com/reactive-python/reactpy / mount

Function mount

src/js/packages/@reactpy/client/src/mount.tsx:6–8  ·  view source on GitHub ↗
(element: HTMLElement, client: ReactPyClient)

Source from the content-addressed store, hash-verified

4import { ReactPyClient } from "./reactpy-client";
5
6export function mount(element: HTMLElement, client: ReactPyClient): void {
7 render(<Layout client={client} />, element);
8}

Callers 4

appFunction · 0.90
activateViewFunction · 0.90
on_clickFunction · 0.85
ButtonSwapsDivsFunction · 0.85

Calls

no outgoing calls

Tested by 2

on_clickFunction · 0.68
ButtonSwapsDivsFunction · 0.68