Isomorphic Hooks
useGlobals
Retrieve globals from the Manifest.
Client / Server
Usage
Retrieve globals from the Manifest.
import { useGlobals } from '@microeinhundert/radonis'
const globals = useGlobals()
console.log(globals) // => `{}`
Learn more about this hook in the documentation about extending the Manifest.