Example Blog Site Using Preact
Build your own Island Components
Demystifying how island architechture works and being able to setup your own, using tools you already have around you.
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
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.
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.
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.