preact-render-to-string
Component renderer
A utility for rendering JSX and Preact components to HTML strings.
📄 Universal rendering for Preact: render JSX and Preact components to HTML.
653 stars
10 watching
92 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 2 awesome lists
htmlpreactpreact-componentsuniversal
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 |
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-portal | An NPM package that provides a reusable way to render Preact components into specific parts of the DOM. | 180 |
preactjs/preact-router | URL router for Preact applications | 1,019 |
ezekielchentnik/preact-no-ssr | An npm package that helps improve performance by skipping unnecessary server-side rendering of components | 8 |
developit/preact-cycle | A minimal Virtual DOM rendering library using Preact | 139 |
mzgoddard/preact-render-spy | A testing tool for React-like components | 178 |
testing-library/preact-testing-library | Tools for testing Preact components to ensure they work as expected in different scenarios | 145 |
jamesbirtles/fpreact | An alternative API for creating Preact components inspired by Elm's functional programming style | 47 |
prateekbh/preact-material-components | A preact wrapper around Material Components for the web, providing a thin and opinion-less interface to use the components in a project. | 554 |
rehypejs/rehype-react | Converts HTML to JSX code for various JavaScript frameworks | 397 |
moveyourdigital/editorjs-blocks-react-renderer | A tool that converts EditorJS block data into reusable React HTML5 components | 142 |
jameslnewell/react-create-component-from-tag-prop | Utility to create React components from tag props with customizable styling options | 18 |
mobxjs/mobx-preact | A package providing MobX bindings specifically for Preact | 127 |