CodeBrowser / npm / preact
preact@10.29.7
// Fast 3kb React-compatible Virtual DOM library.
$ npm install preact
downloads/wk
23,743,682
license
MIT
version
10.29.7
published
Jul 8, 2026
What is preact?
Preact is a lightweight JavaScript library that provides React-like functionality for building user interfaces with a virtual DOM, but in just 3kb instead of React's larger footprint. Developers use it when they want React's component model and API familiarity without the size overhead, making it ideal for performance-critical applications or resource-constrained environments. It handles DOM diffing and updates efficiently while maintaining compatibility with much of the React ecosystem.
Keywords
#preact #react #ui #user interface #virtual dom #vdom #components #dom diff #front-end #framework
Maintainers
preactjs, developit, marvinhagemeister, drewigg, jdecroock, rschristian