react-code-dataset
/
next.js
/test
/development
/app-dir
/hydration-error-count
/app
/html-diff
/page.tsx
| 'use client' | |
| export default function Page() { | |
| return <p>{typeof window === 'undefined' ? 'server' : 'client'}</p> | |
| } | |