UNPKG

@aliemir/react-live

Version:

A production-focused playground for live editing React code

6 lines (3 loc) 108 B
import { createContext } from "react"; const LiveContext = createContext({}); export default LiveContext;