https://github.com/matthewp/beach
Web components framework for Deno
https://github.com/matthewp/beach
deno webcomponents
Last synced: about 1 year 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T00:51:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T22:34:54.645Z (about 1 year ago)
- Topics: deno, webcomponents
- Language: JavaScript
- Homepage:
- Size: 402 KB
- Stars: 12
- Watchers: 3
- 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.