Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewp/beach
Web components framework for Deno
https://github.com/matthewp/beach
deno webcomponents
Last synced: 7 days ago
JSON representation
Web components framework for Deno
- Host: GitHub
- URL: https://github.com/matthewp/beach
- Owner: matthewp
- Created: 2021-07-06T12:10:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T00:51:05.000Z (over 3 years ago)
- Last Synced: 2025-01-08T10:11:09.850Z (15 days ago)
- Topics: deno, webcomponents
- Language: JavaScript
- Homepage:
- Size: 402 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🏖️ Beach
A little Deno server, with builtin support for server rendering custom elements.
With Beach you get:
* Server-side rendering if custom elements, including shadow DOM thanks to [Declarative Shadow DOM](https://web.dev/declarative-shadow-dom/).
* Automatic inclusion of polyfills for you.
* Partial hydration; only include the JavaScript when needed.