Skip to content

matthewp/beach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏖️ 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.
  • Automatic inclusion of polyfills for you.
  • Partial hydration; only include the JavaScript when needed.