diff --git a/app/docs/md/conventions/elements.md b/app/docs/md/conventions/elements.md index d6e23652..782b2891 100644 --- a/app/docs/md/conventions/elements.md +++ b/app/docs/md/conventions/elements.md @@ -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 diff --git a/app/docs/md/elements/index.md b/app/docs/md/elements/index.md index 31bcb7aa..45cc4845 100644 --- a/app/docs/md/elements/index.md +++ b/app/docs/md/elements/index.md @@ -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 diff --git a/app/docs/md/index.md b/app/docs/md/index.md index be098232..17d27b5d 100644 --- a/app/docs/md/index.md +++ b/app/docs/md/index.md @@ -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