UNPKG

react-together

Version:

A library to seamlessly add real-time multi-user interaction to your React app!

6 lines (5 loc) 103 B
import { createContext as t } from "react"; const o = t(null); export { o as ReactTogetherContext };