A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://gist.github.com/developit/ff925c3995b4a129b6b977bf7cd12ebd below:

htm-ssr-direct.js · GitHub

Created September 5, 2019 00:33

Clone this repository at <script src="https://gist.github.com/developit/ff925c3995b4a129b6b977bf7cd12ebd.js"></script>

Save developit/ff925c3995b4a129b6b977bf7cd12ebd to your computer and use it in GitHub Desktop.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters const express = require('express'); const htm = require('htm'); const vhtml = require('vhtml'); // create an html`` tag function for vhtml: const html = htm.bind(vhtml); const App = (props) => html` <div class="app"> <h1>This is an app</h1> <p>Current server time: ${new Date + ''}</p> </div> `; const app = express(); app.get('/', (request, response) => { // html already returns a string! const body = html`<${App} url=${request.url} />`; // wrap it in an HTML document and send it back response.send(`<!DOCTYPE html><html><body>${body}</body></html>`); }); This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters { "dependencies": { "htm": "^2.2.1", "vhtml": "^2.1.0", "express": "^4.17.1" } }

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4