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.

GitHub

8 stars
2 watching
1 forks
Language: JavaScript
last commit: about 9 years ago
Linked from 1 awesome list

above-the-foldisomorphicpreactprogressive-web-approllemrollupssruniversal-javascript

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
developit/preact-portalAn NPM package that provides a reusable way to render Preact components into specific parts of the DOM.180
preactjs/preact-render-to-stringA utility for rendering JSX and Preact components to HTML strings.659
developit/preact-cycleA minimal Virtual DOM rendering library using Preact139
ezekielchentnik/preact-pwaA progressive web app built with Preact and Redux for offline-capable, isomorphic JavaScript applications with optimized performance.512
mzgoddard/preact-render-spyA testing tool for React-like components178
developit/preact-markupA component-based HTML renderer that uses Virtual DOM to map custom elements to Preact components.201
csbun/preact-redux-ssr-exampleAn example project demonstrating server-side rendering with Redux using Preact.32
sobesednik/preact-animate-on-changeA component library to animate DOM changes on state updates17
mwood23/preact-islandA lightweight library for creating reusable UI components that can be easily embedded on other websites.220
clbond/angular-ssrA solution for generating and rendering full Angular 4+ applications on the server in a single HTTP request30
markusenglund/react-npm-component-starterA minimal boilerplate for building reusable React components packaged as npm libraries with a demo page.171
sundayhd/react-native-displayA module to toggle component visibility with animations and customizable styles.214
nekr/preact-delegateA utility for attaching event handlers to elements in a Preact application19
matthewmueller/preact-headA declarative <Head /> component for Preact that supports client and server-side rendering38
jamesbirtles/fpreactAn alternative API for creating Preact components inspired by Elm's functional programming style47