Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ryanseddon/react-frame-component
/ useFrame
Function
useFrame
src/Context.jsx:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
export const FrameContext = React.createContext({ document: doc, window: win });
13
14
export const useFrame = () => React.useContext(FrameContext);
15
16
export const {
17
Provider: FrameContextProvider,
Callers
1
Child
Function · 0.90
Calls
no outgoing calls
Tested by
1
Child
Function · 0.72