---
key: lib/preact
kind: library
name: "Preact"
url: https://plangs.page/library/preact
---

# Preact

> ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

Preact is a fast, lightweight JavaScript library that offers a thin Virtual DOM abstraction directly on top of the DOM, making it highly portable and performant. With its small size, browser compatibility, and seamless integration with the React ecosystem, Preact enables developers to build productive, efficient, and embeddable UI components without unnecessary complexity.

## Facts

- Homepage: https://preactjs.com/
- GitHub: https://github.com/preactjs/preact

## Relationships

### Plangs

- [JavaScript](https://plangs.page/javascript)
- [JavaScriptCore](https://plangs.page/javascriptcore)
- [TypeScript](https://plangs.page/typescript)

### Written With

- [JavaScript](https://plangs.page/javascript)
- [TypeScript](https://plangs.page/typescript)

### Tags

- [WebDev](https://plangs.page/tag/webdev)
