preact-no-ssr
Component renderer
An npm package that helps improve performance by skipping unnecessary server-side rendering of components
A Preact component for skipping server side rendering (SSR) of components. This component helps render components on the server that make sense to be rendered above the fold or that only makes sense to render on client.
8 stars
2 watching
1 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
above-the-foldisomorphicpreactprogressive-web-approllemrollupssruniversal-javascript
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 |
preactjs/preact-render-to-string | A utility for rendering JSX and Preact components to HTML strings. | 653 |
developit/preact-cycle | A minimal Virtual DOM rendering library using Preact | 138 |
ezekielchentnik/preact-pwa | A progressive web app built with Preact and Redux for offline-capable, isomorphic JavaScript applications with optimized performance. | 513 |
mzgoddard/preact-render-spy | A testing tool for React-like components | 178 |
developit/preact-markup | A component-based HTML renderer that uses Virtual DOM to map custom elements to Preact components. | 201 |
csbun/preact-redux-ssr-example | An example project demonstrating server-side rendering with Redux using Preact. | 32 |
sobesednik/preact-animate-on-change | A component library to animate DOM changes on state updates | 17 |
mwood23/preact-island | A lightweight library for creating reusable UI components that can be easily embedded on other websites. | 219 |
clbond/angular-ssr | A solution for generating and rendering full Angular 4+ applications on the server in a single HTTP request | 30 |
markusenglund/react-npm-component-starter | A minimal boilerplate for building reusable React components packaged as npm libraries with a demo page. | 171 |
sundayhd/react-native-display | A module to toggle component visibility with animations and customizable styles. | 214 |
nekr/preact-delegate | A utility for attaching event handlers to elements in a Preact application | 19 |
matthewmueller/preact-head | A declarative <Head /> component for Preact that supports client and server-side rendering | 37 |
jamesbirtles/fpreact | An alternative API for creating Preact components inspired by Elm's functional programming style | 47 |