You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,13 @@ console.log(html`
253
253
// }
254
254
```
255
255
256
+
## Demos & Examples
257
+
258
+
-[Canadian Holidays](https://github.com/pcraig3/hols): A full app using HTM and Server-Side Rendering
259
+
-[HTM SSR Example](https://github.com/timarney/htm-ssr-demo): Shows how to do SSR with HTM
260
+
-[HTM + Preact SSR Demo](https://gist.github.com/developit/699c8d8f180a1e4eed58167f9c6711be)
261
+
-[HTM + vhtml SSR Demo](https://gist.github.com/developit/ff925c3995b4a129b6b977bf7cd12ebd)
262
+
256
263
## Project Status
257
264
258
265
The original goal for `htm` was to create a wrapper around Preact that felt natural for use untranspiled in the browser. I wanted to use Virtual DOM, but I wanted to eschew build tooling and use ES Modules directly.
0 commit comments