UNPKG

@futpib/react-tunnels

Version:

A easy way to communicate rendering logic and data to ancestor components in React.

4 lines (2 loc) 105 B
import { createContext } from 'react' export const TunnelContext = createContext({ tunnelState: null })