Isomorphic useLayoutEffect for Server-Side Rendering

const myElement = useRef()
useIsoLayoutEffect(() => console.log(myElement.current), [])