UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

5 lines (3 loc) 168 B
import { createContext } from 'react' // when true, non-root-layout routes render a placeholder instead of content export const SpaShellContext = createContext(false)