createContext - Siubaak/kurge GitHub Wiki

const context = createContext({})

function component() {
  /* use context directly */
}