Streaming and async template rendering for node.js using template strings. Define variables or sections as promises or streams or thunks that return either in your template, and they will be evaluated at render time.
This allows you to create fast, non-blocking server-side rendered applications while minimizing time-to-first-byte for the user.
" <="" head>="" <body>="" ${async="" ()=">" react.rendertonodestream(react.createelement(app,="" {="" currentuser:="" await="" currentuser,="" }))}="" <script>window.__initial_state__="${async" json.stringify({="" })}="" <script="" src="entrypoint.js>