Emre Kanbaykanby.hashnode.devยทSep 30, 2024Vanilla JS Server Side RenderingTL;DR (Too Long Didn't Read) Function const render = async (x, ...values) => { var rendered = ""; for (let u = 0; u < x.length; u++) { rendered = rendered.concat(x[u]); if (u < x.length - 1) { if (typeof values[u] == "function") { ...Node.jsAdd a thoughtful commentNo comments yetBe the first to start the conversation.