11 dépôts
Tools for selecting between synchronous, asynchronous, or streaming rendering strategies.
Distinct from Multi-Mode Rendering Strategies: Distinct from existing candidates: focuses on server-side rendering strategy selection rather than graphics engine modes.
Explore 11 awesome GitHub repositories matching web development · Rendering Mode Configurators. Refine with filters or upvote what's useful.
Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti
Supports selection between synchronous, asynchronous, and streaming rendering strategies for optimized performance.
Ice is an enterprise-grade web application framework designed to support the development of scalable, distributed front-end systems. It functions as a comprehensive JavaScript build toolchain and orchestration platform, providing the necessary infrastructure to manage complex business logic, standardized project structures, and automated asset pipelines. The framework distinguishes itself through a modular plugin architecture and native support for micro-frontend orchestration. By allowing developers to compose applications from independently deployable modules, it enables large teams to coll
Selects between single-page applications, server-side rendering, and static site generation to optimize performance and search engine visibility.
Vditor is a browser-based Markdown editor and rendering engine that supports multiple editing interfaces, including a visual rich-text experience, instant rendering, and a traditional side-by-side split-view preview. It serves as an authoring tool for technical documentation and a component for web-based editor integration. The project is distinguished by its support for complex technical content, utilizing specialized rendering for mathematical formulas, flowcharts, sequence diagrams, and mind maps. It also functions as a collaborative document review tool, enabling users to attach anchored
Maintains synchronized states between raw text buffers and rendered HTML for visual, instant, or split-view modes.
A fast, helpful, and open-source document parser
Automatically routes each page to the cheapest suitable parsing tier, reserving premium accuracy for complex layouts.
xrdp is an open-source implementation of the Remote Desktop Protocol (RDP) that enables users to establish a remote graphical desktop session to a Linux machine. It provides a standard RDP connection to a Linux desktop, allowing clients to access and interact with the remote system's graphical interface. The project supports a wide range of platforms beyond standard x86 and ARM Linux environments, including macOS, FreeBSD, and other UNIX-like systems. It offers extensive configuration options for remote display management, such as matching the client display to the server screen, dynamic resi
Ships a build flag to enable a painter rendering mode for legacy client support.
Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir
Mixes static prerendering and dynamic per-request rendering within a single application with independently loading slice components.
Solid Start is a full-stack web framework built on Solid.js that combines file-based routing, multi-mode rendering, and client hydration into a single application framework. It enables developers to build complete web applications with server-rendered pages, client-side interactivity, and API endpoints from one codebase, while supporting deployment across multiple hosting platforms through a system of platform-specific adapters. The framework distinguishes itself through its multi-mode rendering engine, which allows per-page selection between client-side rendering, server-side rendering, stat
Provides a rendering platform with per-page choice of server-side, static, or dynamic rendering.
Markwhen est un visualiseur de données markdown et un générateur de chronologie qui transforme du texte structuré en vues chronologiques interactives. Il fonctionne comme un éditeur de chronologie basé sur le texte, synchronisant l'édition de texte brut avec des prévisualisations visuelles en temps réel des séquences d'événements. Le système rend les données chronologiques dans plusieurs formats, incluant des chronologies en cascade, des diagrammes de Gantt, des calendriers et des CV. Il prend en charge l'auto-hébergement via la conteneurisation Docker, permettant aux utilisateurs d'exécuter le moteur de rendu sur une infrastructure privée. Le projet inclut une bibliothèque client pour le développement de vues personnalisées et offre une intégration avec l'éditeur VS Code pour synchroniser l'édition de texte avec la chronologie visuelle. Il fournit également des outils pour gérer les plages de dates d'événements et organiser les données chronologiques en pages structurées.
Synchronizes state between the markdown text buffer and the visual timeline preview in real time.
NextFaster is a Next.js e-commerce storefront that uses artificial intelligence to generate a complete product catalog, including categories, descriptions, and images. Product images are stored in cloud object storage and served directly via CDN, offloading delivery from the origin server. Pages are delivered with pre-rendered shells from the edge, with dynamic content streamed in afterward for fast initial interactivity. All write operations—such as orders and catalog updates—are handled through server-side functions for data consistency and security. The project differentiates itself by com
Delivers pre-rendered page shells from the edge and streams dynamic content for fast page loads.
One est un framework React full-stack multiplateforme et un moteur de rendu multi-cibles conçu pour construire des applications web et natives à partir d'une base de code unique. Il utilise un pipeline de build basé sur Vite pour gérer les composants partagés tout en fournissant un routeur de système de fichiers typé qui génère automatiquement les définitions de navigation. Le framework se distingue par la prise en charge d'une stratégie de rendu hybride, permettant aux routes individuelles d'être configurées comme des sites statiques, des pages rendues côté serveur ou des applications monopages. Il emploie une résolution de logique spécifique à la plateforme et un plugin Vite partagé pour coordonner la compilation pour les environnements cibles web et natifs. Le système couvre un large éventail de capacités, notamment les chargeurs de données côté serveur, la gestion des routes API et l'interception de requêtes basée sur des middlewares. Il fournit des outils pour l'intégration de fonctionnalités natives des appareils et des mises en page basées sur des ponts pour la navigation mobile, ainsi que des optimisations de performance telles que la génération statique parallèle et le préchargement d'actifs. Les applications peuvent être déployées sur des serveurs de production ou des plateformes edge serverless, notamment Vercel et Cloudflare.
Allows individual routes to be configured as static sites, server-rendered pages, or single-page applications.
ZSSRichTextEditor is an Objective-C UI library that provides a bidirectional markup editor for native iOS applications. It integrates a web-view-based HTML editor that allows users to compose formatted content through a visual interface while maintaining synchronization with a syntax-highlighted raw source view. The editor features a dual-view system that reflects changes in real time between the visual editor and the underlying HTML code. It supports the injection of custom CSS to control visual presentation and allows for the extension of the editing toolbar with custom buttons and layouts.
Synchronizes state in real time between a visual rich text editor and a raw HTML source view.