Skip to content

Instantly share code, notes, and snippets.

View cjsjyh's full-sized avatar

Junsoo Choi cjsjyh

  • Naver Corp.
  • Seoul
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="
https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.css">
<title>JS Bin</title>
</head>
<body>
@cjsjyh
cjsjyh / render.tsx
Created March 30, 2022 03:07
packages/next/server/render.tsx - 1
// packages/next/server/render.tsx > renderToHTML
props.pageProps = Object.assign({}, props.pageProps, (data as any).props)
;(renderOpts as any).pageData = props