preact-cycle
DOM renderer
A minimal Virtual DOM rendering library using Preact
Minimal functional Virtual DOM rendering using Preact
138 stars
5 watching
12 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
preactpreact-components
Related projects:
Repository | Description | Stars |
---|---|---|
developit/preact-portal | An NPM package that provides a reusable way to render Preact components into specific parts of the DOM. | 180 |
developit/preact-markup | A component-based HTML renderer that uses Virtual DOM to map custom elements to Preact components. | 201 |
preactjs/preact-render-to-string | A utility for rendering JSX and Preact components to HTML strings. | 653 |
developit/preact-todomvc | A TodoMVC application built with Preact, demonstrating a compact implementation of the classic todo list app | 105 |
developit/preact-virtual-list | A virtual list component that renders only visible rows of a given data set | 228 |
developit/preact-token-input | A reusable input component for handling tokenized input in React applications | 62 |
ezekielchentnik/preact-no-ssr | An npm package that helps improve performance by skipping unnecessary server-side rendering of components | 8 |
fakundo/preact-transitioning | Library of Preact components for implementing basic CSS animations and transitions | 46 |
jamesbirtles/fpreact | An alternative API for creating Preact components inspired by Elm's functional programming style | 47 |
developit/preact-photon | Provides a wrapper around Photon to simplify its use with Preact | 175 |
developit/preact-mdl | A collection of Preact Components that encapsulate Google's Material Design Lite. | 187 |
preactjs/preact-router | URL router for Preact applications | 1,017 |
vutran/preact-codemod | Automates the conversion of React code to Preact | 40 |
preactjs/preact-devtools | An extension for inspecting Preact application hierarchies, including props and state. | 317 |
just-boris/create-preact-app | Creates Preact apps with no build configuration | 95 |