Skip to main content
Module

x/netzo/mod.ts>ComponentClass

SDK for Netzo, the open platform to instantly deploy JavaScript and TypeScript to URL endpoints, connect essential APIs, automate business processes and build internal tools faster, without managing servers.
Popular
Go to Latest
interface ComponentClass
import { type ComponentClass } from "https://deno.land/x/netzo@v0.1.46/mod.ts";

Type Parameters

optional
P = { }
optional
S = { }

Properties

optional
displayName: string
optional
defaultProps: Partial<P>
optional
contextType: Context<any>

Methods

new(props: P, context?: any): Component<P, S>
optional
getDerivedStateFromProps(props: Readonly<P>, state: Readonly<S>): Partial<S> | null
optional
getDerivedStateFromError(error: any): Partial<S> | null