preact-portal
DOM renderer
An NPM package that provides a reusable way to render Preact components into specific parts of the DOM.
Render Preact components in (a) SPACE
180 stars
4 watching
23 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
dompreactpreact-componentspreact-portal
Related projects:
Repository | Description | Stars |
---|---|---|
developit/preact-markup | A component-based HTML renderer that uses Virtual DOM to map custom elements to Preact components. | 201 |
developit/preact-cycle | A minimal Virtual DOM rendering library using Preact | 139 |
ezekielchentnik/preact-no-ssr | An npm package that helps improve performance by skipping unnecessary server-side rendering of components | 8 |
preactjs/preact-render-to-string | A utility for rendering JSX and Preact components to HTML strings. | 653 |
developit/preact-photon | Provides a wrapper around Photon to simplify its use with Preact | 175 |
developit/preact-token-input | A reusable input component for handling tokenized input in React applications | 62 |
mwood23/preact-island | A lightweight library for creating reusable UI components that can be easily embedded on other websites. | 220 |
developit/preact-richtextarea | A customizable, state-linked text area component powered by Preact for rich text editing | 41 |
romkor/svelte-portal | A Svelte component for rendering content outside the DOM of its parent component | 446 |
mzgoddard/preact-render-spy | A testing tool for React-like components | 178 |
developit/preact-boilerplate | A starter project for building web applications using Preact, providing a development workflow, structure, and tools for CSS modules, testing, and deployment. | 970 |
preactjs/preact-custom-element | A library that allows developers to wrap Preact components as custom elements in web applications | 367 |
preactjs/preact-devtools | An extension for inspecting Preact application hierarchies, including props and state. | 317 |
developit/preact-mdl | A collection of Preact Components that encapsulate Google's Material Design Lite. | 187 |
nekr/preact-delegate | A utility for attaching event handlers to elements in a Preact application | 19 |