preact
Virtual DOM library
A fast and lightweight alternative to React that focuses on optimizing the Virtual DOM and enabling server-side rendering.
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
37k stars
396 watching
2k forks
Language: JavaScript
last commit: 6 days ago
Linked from 8 awesome lists
componentsdomjsxpreactreactvdomvirtual-dom
Related projects:
Repository | Description | Stars |
---|---|---|
preactjs/preact-cli | A command-line tool for creating new Preact projects with pre-configured setup and features. | 4,688 |
preactjs/preact-render-to-string | A utility for rendering JSX and Preact components to HTML strings. | 653 |
developit/preact-markup | A component-based HTML renderer that uses Virtual DOM to map custom elements to Preact components. | 201 |
developit/preact-portal | An NPM package that provides a reusable way to render Preact components into specific parts of the DOM. | 180 |
jamesbirtles/fpreact | An alternative API for creating Preact components inspired by Elm's functional programming style | 47 |
preactjs/preact-custom-element | A library that allows developers to wrap Preact components as custom elements in web applications | 365 |
developit/preact-cycle | A minimal Virtual DOM rendering library using Preact | 138 |
vanjs-org/van | A lightweight, reactive UI framework built on vanilla JavaScript and DOM, aiming to simplify UI development without sacrificing power. | 3,891 |
developit/unistore | A tiny centralized state container with component bindings for Preact & React | 2,858 |
styled-components/styled-components | A library that provides a set of tools to write styled components using CSS in JavaScript | 40,515 |
mwood23/preact-island | A lightweight library for creating reusable UI components that can be easily embedded on other websites. | 219 |
ezekielchentnik/preact-no-ssr | An npm package that helps improve performance by skipping unnecessary server-side rendering of components | 8 |
pomber/didact | A tutorial series on building React from scratch step by step | 6,315 |
preactjs/preact-devtools | An extension for inspecting Preact application hierarchies, including props and state. | 316 |
bvaughn/react-window | A React component library for efficiently rendering large lists and tabular data | 15,943 |