useSSR
The useSSR hook returns an object to check if it is server or client. More Info...
import { useSSR } from '@archibald/core';
const { isServer, isBrowser, isClient } = useSSR();
The useSSR hook returns an object to check if it is server or client. More Info...
import { useSSR } from '@archibald/core';
const { isServer, isBrowser, isClient } = useSSR();