const { renderToStringAsync } = require('react-async-ssr'); async function render() { const html = await renderToStringAsync( <App /> ); return html; } ...
確定! 回上一頁