Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/preact/hooks.ts>useContext

Deno-powered framework for building business web apps
Go to Latest
function useContext
import { useContext } from "https://deno.land/x/netzo@0.3.91/deps/preact/hooks.ts";

Returns the current context value, as given by the nearest context provider for the given context. When the provider updates, this Hook will trigger a rerender with the latest context value.

Parameters

context: PreactContext<T>

The context you want to use