Home
Preact logo

Example Blog Site Using Preact

10/27/2024

Build your own Island Components

Demystifying how island architechture works and being able to setup your own, using tools you already have around you.

8/6/2024

Prerendering with Preset Vite

It's been a half-year since our prerendering plugin has somewhat quietly become available in `@preact/preset-vite`, so let's talk about it, our history, and the ecosystem at large

5/24/2024

Preact X, a story of stability

Preact X has been released for five years, let's go over all the exciting things that have happened.

9/23/2022

Signal Boosting

The new release of Preact Signals brings significant performance updates to the foundations of the reactive system. Read on to learn what kinds of tricks we employed to make this happen.

9/6/2022

Introducing Signals

Signals are an easier way to manage your application's state compared to hooks. A signal is a container object with a special \"value\" property that holds some value. Reading a signal's value property from within a component or computed function automatically subscribes to updates, and writing to the value property triggers subscriptions.