Web Component Therapy

Web Component Therapy

In two recent episodes of the ShopTalk podcast, Dave Rupert and Chris Coyier talked about Web Component Therapy. Chris and Dave have a few concerns about web components that require therapy. I’ve decided to put those concerns on the couch to see if we can talk through some solutions to these issues.

Simon MacDonald’s avatar

Simon MacDonald
6 mins to read

Client side State Management with Enhance

Client side State Management with Enhance

Here is an explanation of our recommended client side reactive state management approach if you need one. The client side API pattern has three main parts: 1. Reactive data store to share state changes throughout the app. 2. A web worker to move slow operations like Fetching off the main (UI) thread. 3. An API helper to wrap up these pieces of code and handle message passing between them.

Ryan Bethel’s avatar

Ryan Bethel
11 mins to read

Head Toward the Light DOM

Head Toward the Light DOM

Recently, there has been a spate of articles that talk about using the Light DOM in Web Components. Everyone knows we are extremely pro-Light DOM web components. Today we are announcing some new client-side Light DOM functionality.

Simon MacDonald’s avatar

Simon MacDonald
6 mins to read

Introducing the Enhance Performance Budget Plugin

Introducing the Enhance Performance Budget Plugin

Taking performance to heart with development time performance budget monitoring.

Simon MacDonald’s avatar

Simon MacDonald
2 mins to read

Introducing Enhance Music

Introducing Enhance Music

Today, the Enhance team is excited to introduce our latest demo app: Enhance Music — a music library and audio player app built with HTML and CSS, and progressively enhanced with a couple pinches of JavaScript. Despite being built as a traditional multipage website, Enhance Music features an audio player that persists across page loads, and some gorgeous interactive UI built entirely with web standards.

Cole Peters’s avatar

Cole Peters
24 mins to read

Trunk Based Development

Trunk Based Development

Trunk Based Development is the best way to work with teams to build software. TBD means teams work on a single main branch (like the trunk of a tree), and changes are integrated back into that main branch as soon as possible.

Ryan Bethel’s avatar

Ryan Bethel
6 mins to read

Shadow DOM: Not by Default

Shadow DOM: Not by Default

Why doesn't Enhance advocate for diving straight into the shadow DOM and how could you even write web components without using the shadow DOM?

Simon MacDonald’s avatar

Simon MacDonald
7 mins to read

Animating Enhance Movies

Animating Enhance Movies

In this article, we’ll walk through how the animations in our Enhance Movies app are designed and built, with the hopes of giving those new to CSS animations a little inspiration.

Cole Peters’s avatar

Cole Peters
5 mins to read

Introducing Enhance Movies

Introducing Enhance Movies

We are excited to present our non-trivial learning application, Enhance Movies, designed to highlight the exceptional web development experience you get from Enhance. With a strong focus on simplicity, performance, progressive enhancement, and offline local development capabilities, this application is set to transform your understanding of what can be done by focusing on the web platform.

Simon MacDonald’s avatar

Simon MacDonald
2 mins to read

TypeScript: YAGNI

TypeScript: YAGNI

TypeScript! What is it good for? I wouldn’t go as far as to say “absolutely nothing” like the song. I’m not trying to start a war here.

Simon MacDonald’s avatar

Simon MacDonald
6 mins to read

Air Quality App with Enhance

Air Quality App with Enhance

Use built-in Enhance features to fetch and cache air quality data from the US EPA to be displayed as HTML custom elements. All super fast!

Taylor Beseda’s avatar

Taylor Beseda
4 mins to read

Progressively Enhancing Components: The Enhance Way

Progressively Enhancing Components: The Enhance Way

When building applications with Enhance, we start with working HTML and then look for ways to progressively enhance the user's enjoyment by using JavaScript.

Simon MacDonald’s avatar

Simon MacDonald
5 mins to read

Managing your Begin tokens

Managing your Begin tokens

Begin now supports token management and issuing personal access tokens

Ryan Block’s avatar

Ryan Block
1 mins to read

Announcing Begin teams

Announcing Begin teams

Begin now supports multiple collaborators for each application with the `begin team` command

Ryan Block’s avatar

Ryan Block
1 mins to read

Building a Design Portfolio with Enhance

Building a Design Portfolio with Enhance

Cole goes on a deep dive through our new design portfolio example, and demonstrates how a little HTML and CSS can go a very long way in 2023.

Cole Peters’s avatar

Cole Peters
15 mins to read

OAuth Authentication

OAuth Authentication

With more services come more passwords and usernames to keep track of. OAuth lets users authenticate to a new service using a previously established identity on another service.

Ryan Bethel’s avatar

Ryan Bethel
8 mins to read

Authentication with Magic links

Authentication with Magic links

Authenticating with only an email or phone number can simplify the process significantly. This post demonstrates how to use these Magic links with Enhance.

Ryan Bethel’s avatar

Ryan Bethel
4 mins to read

Tested: Database Providers on Lambda

Tested: Database Providers on Lambda

Third party database providers speed-tested on AWS Lambda. Compare performance with DynamoDB in real time with our sample application.

Taylor Beseda’s avatar

Taylor Beseda
3 mins to read

Verify email and phone for new accounts

Verify email and phone for new accounts

Verify a phone number or email address as a method for account recovery

Ryan Bethel’s avatar

Ryan Bethel
10 mins to read

Region Support for Begin.com

Region Support for Begin.com

Rolling out support to sixteen regions.

Simon MacDonald’s avatar

Simon MacDonald
2 mins to read