About 94 results
Open links in new tab
  1. Preact

    Preact is different: it's small enough that your code is the largest part of your application. That means less JavaScript to download, parse and execute - leaving more time for your code, so you can build …

  2. Getting Started – Preact Guide

    Getting Started New to Preact? New to Virtual DOM? Check out the tutorial. This guide helps you get up and running to start developing Preact apps, using 3 popular options. If you're new to Preact, we …

  3. Learn Preact – Preact Tutorial

    Learn Preact Have you ever wondered what Preact is all about, or how it works? Maybe you've been creating awesome websites using WordPress, designing graphics with D3, or building helpful …

  4. Demos & Examples – Preact

    Collection of demos and example Preact applications

  5. Web Components – Preact Guide

    Preact and Web Components are complementary technologies: Web Components provide a set of low-level primitives for extending the browser, and Preact provides a high-level component model that …

  6. Not Found – Preact Guide

    What are the differences between Preact and React. This document describes them in detail

  7. Signals – Preact Guide

    Signals have a second important characteristic, which is that they track when their value is accessed and when it is updated. In Preact, accessing a signal's .value property from within a component …

  8. Prerendering with `@preact/preset-vite` – Preact

    Aug 6, 2024 · 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, a little of our history, and the ecosystem at large.

  9. Not Found – Preact Guide

    Components are the heart of any Preact application. Learn how to create them and use them to compose UIs together

  10. API Reference – Preact Guide

    preact The preact module provides only essential functionality like creating VDOM elements and rendering components. Additional utilities are provided by the various subpath exports, such as …