import fs from "fs"; import React from "react"; import {CommentBox} from "./comments.js"; let commentsHtml = React.renderToString(); let html = ` Hi, React! (static...)
${commentsHtml}
` console.log(html);