⚛ SSR

👋 FYI, this note is over 6 months old. Some of the content may be out of date.

Use this to check if window is defined

const windowGlobal = typeof window !== 'undefined' && window

Useful libraries when working with SSR:


← Back home