Skip to content

Instantly share code, notes, and snippets.

@khg0712
Created May 28, 2023 18:15
Show Gist options
  • Save khg0712/cae189b276cf6ddd29a17ac9a41a511c to your computer and use it in GitHub Desktop.
Save khg0712/cae189b276cf6ddd29a17ac9a41a511c to your computer and use it in GitHub Desktop.
// packages/next/client/next.js
// https://github.com/vercel/next.js/blob/v12.3.4/packages/next/client/next.js#L12
// Next.js client side initialize 코드
initialize({})
.then(() => hydrate())
.catch(console.error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment