Skip to content

Commit

Permalink
Emphasize SSR and PE
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Jan 24, 2024
1 parent 2238697 commit 59a8ce8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app/docs/md/conventions/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Elements
---

Elements are the reusable building blocks of your Enhance application. They are [pure functions](https://en.wikipedia.org/wiki/Pure_function) authored as single-file components and can be static or update dynamically to state changes. Elements live in the `app/elements/` folder in the Enhance starter project.
Elements are the reusable building blocks of your Enhance application. They are [pure functions](https://en.wikipedia.org/wiki/Pure_function) authored as single-file components. They’re also server-side rendered out of the box, offering incredible performance and a seamless path for progressive enhancement.

Elements live in the `app/elements/` folder in the Enhance starter project.

## Naming

Expand Down
2 changes: 1 addition & 1 deletion app/docs/md/elements/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Components are a cornerstone of modern web frameworks. Typically, these componen

Enhance Elements are designed to offer these same benefits without the requirement of learning a new syntax. They can be authored using the HTML, CSS, and JavaScript you already know and love.

Additionally, Enhance Elements are use Server Side Rendering (SSR) out of the box, providing incredible performance for end users, and providing you with a fantastic base for [progressive enhancement](/docs/patterns/progressive-enhancement).
Additionally, Enhance Elements are server-side rendered out of the box, providing incredible performance for end users, and providing you with a fantastic base for [progressive enhancement](/docs/patterns/progressive-enhancement).

## Define

Expand Down
2 changes: 1 addition & 1 deletion app/docs/md/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Quick Start

## Welcome!

Enhance is an HTML-first full-stack web framework that gives you everything you need to build standards-based multi-page web apps that perform and scale.
Enhance is an HTML-first full-stack web framework that gives you everything you need to build standards-based multi-page web apps that perform and scale. Enhance apps and their elements are server-side rendered for incredible performance and seamless progressive enhancement.

## Video walkthrough

Expand Down

0 comments on commit 59a8ce8

Please sign in to comment.