renderToString
ipucu
renderToString
converts a React tree into an HTML string, allowing server-side rendering of your application.
renderToString
, bir React ağacını HTML dizesine çevirir.
const html = renderToString(reactNode, options?)
renderToString
converts a React tree into an HTML string, allowing server-side rendering of your application.
renderToString
, bir React ağacını HTML dizesine çevirir.
const html = renderToString(reactNode, options?)