7 Repos
Platforms that support server-side rendering for web applications.
Distinguishing note: Focuses on runtime execution of server-side code.
Explore 7 awesome GitHub repositories matching web development · Server-Side Rendering Support. Refine with filters or upvote what's useful.
React ist eine JavaScript-Bibliothek für den Aufbau von Benutzeroberflächen, basierend auf einer komponentenorientierten Architektur und unidirektionalem Datenfluss.
Provides initial snapshot values for server-side environments to ensure consistent data rendering during hydration.
Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup
Enables server-side rendering capabilities for web applications.
vue-quill-editor ist eine Quill-Rich-Text-Editor-Komponente für Vue-Anwendungen. Sie bietet ein erweiterbares WYSIWYG-Interface zum Erstellen und Formatieren von Rich-Text-Inhalten innerhalb von Webanwendungen. Die Komponente ist auf SSR-Kompatibilität ausgelegt und stellt sicher, dass sie sowohl in clientseitigen Single-Page-Anwendungen als auch in Server-Side-Rendering-Umgebungen funktioniert, um Hydratationsfehler zu vermeiden. Die Bibliothek unterstützt die Integration externer Plugins für spezialisierte Funktionen wie Tabellenerstellung und Bildgrößenänderung. Sie ermöglicht die Handhabung von Editor-Ereignissen und die Verwaltung von Inhalten über einen Vue-basierten Komponenten-Wrapper.
Ensures compatibility with server-side rendering environments to prevent hydration mismatches and application crashes.
Nuxt UI is a comprehensive Vue component library built for the Nuxt ecosystem, providing over 125 production-ready, WAI-ARIA compliant components for building modern web applications. The library offers a complete design system with Tailwind CSS theming, supporting dark mode, custom color palettes, semantic color aliases, and runtime theme switching through CSS design tokens. It includes built-in internationalization for over 50 languages, server-side rendering compatibility, and a Figma kit that mirrors the code components for design-to-development consistency. The library distinguishes itse
Components render on the server without hydration issues, ensuring SSR compatibility.
Google map library for react that allows rendering components as markers :tada:
Renders map markers on the server by generating static HTML and CSS for SEO-friendly initial loads.
Varlet ist eine Vue3-Material-Design-Komponentenbibliothek, die zum Aufbau von mobilen und Desktop-Benutzeroberflächen verwendet wird. Sie bietet eine Sammlung standardisierter Komponenten basierend auf den Spezifikationen von Material Design 2 und 3. Das Framework fungiert als plattformübergreifende UI-Suite, die sich zwischen mobilen Touch-Interaktionen und Desktop-Umgebungen anpasst. Es enthält ein themenfähiges Komponentensystem mit anpassbaren Designvariablen und Dark-Mode-Einstellungen, um Interfaces an spezifisches Branding anzupassen. Die Bibliothek unterstützt Server-Side-Rendering, um die initialen Seitenladezeiten und die Sichtbarkeit in Suchmaschinen zu verbessern. Zusätzliche Funktionen umfassen mehrsprachige Interface-Lokalisierung für globale Benutzer, Barrierefreiheitsstandards für Benutzer mit Behinderungen sowie eine Tree-Shakable-Architektur zur Minimierung der Bundle-Größe.
Produces static HTML on the server to accelerate initial page delivery and improve search engine indexing.
Kemal is a high-performance web framework for the Crystal language, designed to build scalable applications and APIs. It leverages ahead-of-time native compilation to provide a lightweight server environment that minimizes memory overhead while maintaining fast execution speeds for concurrent requests. The framework distinguishes itself through a pattern-matching route dispatcher and a modular, chainable middleware pipeline that allows for flexible request filtering and custom logic injection. It provides native support for bidirectional WebSocket communication, enabling real-time messaging a
Supports server-side rendering of dynamic HTML pages with layout and view context management.