awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesCustom Rendering Logic

Ability to override the default HTML generation process via custom classes or hooks.

Distinct from Server-Side Rendering: Moves from the general SSR mechanism to the specific ability to customize that logic.

Explore 7 awesome GitHub repositories matching web development · Custom Rendering Logic. Refine with filters or upvote what's useful.

Awesome Custom Rendering Logic GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hiteshchoudhary/chai-aur-reactAvatar de hiteshchoudhary

    hiteshchoudhary/chai-aur-react

    12,808Ver en GitHub↗

    This project is an educational course and a collection of frontend projects designed to teach the core concepts and architecture of the React library. It serves as a practical guide for building modular user interfaces through a series of hands-on project builds. The repository includes a technical implementation of a custom React renderer, demonstrating how to transform JSX elements into a document object model. It further provides examples of state management, specifically illustrating how to share global data across a component tree using the provider pattern to avoid property drilling. T

    Implements a custom React renderer to show how element trees are processed and displayed.

    JavaScript
    Ver en GitHub↗12,808
  • a-h/templAvatar de a-h

    a-h/templ

    10,358Ver en GitHub↗

    Templ is a type-safe HTML templating engine and UI framework for Go. It provides a system for building reusable HTML components that compile into Go code for server-side rendering, ensuring type safety and compile-time validation of data and logic. The project features a dedicated language server that provides autocomplete and syntax validation for template files within supported code editors. It employs compile-time code generation to transform a custom template language into Go source code, enabling the creation of modular HTML fragments and logic blocks. The framework includes automated s

    Allows implementing a component interface using raw code to manually control HTML output generation.

    Gogohtml-elementshtmx
    Ver en GitHub↗10,358
  • xfangfang/macastAvatar de xfangfang

    xfangfang/Macast

    6,870Ver en GitHub↗

    Macast is a cross-platform desktop application that turns a computer into a DLNA media receiver, allowing users to stream video, music, and photos from mobile devices directly to their desktop. It runs as a background service in the system tray or menubar, listening for incoming DLNA requests without requiring an open application window, and uses the mpv media player for all decoding and rendering. The application distinguishes itself through its extensible architecture, supporting custom renderer logic and third-party player integration. Users can write small code snippets to add features li

    Allows writing small code snippets to support additional players or extra features like downloading media during playback.

    Pythondlnalinuxmacos
    Ver en GitHub↗6,870
  • reactjs/react-railsAvatar de reactjs

    reactjs/react-rails

    6,771Ver en GitHub↗

    This library is an integration bridge for embedding React components within Ruby on Rails views and controllers. It provides a hybrid frontend architecture that allows developers to mix traditional server-rendered templates with isolated interactive components. The project differentiates itself through a comprehensive server-side rendering wrapper that generates HTML on the server to improve load speeds and search engine visibility. It includes a client-side hydration manager that automatically mounts and unmounts components by scanning the document for markers and synchronizing with navigati

    Allows developers to implement custom renderer classes to modify how components are converted to HTML.

    JavaScript
    Ver en GitHub↗6,771
  • lunet-io/markdigAvatar de lunet-io

    lunet-io/markdig

    5,257Ver en GitHub↗

    Markdig es un procesador de Markdown de alto rendimiento para aplicaciones .NET que convierte texto Markdown a HTML u otros formatos de destino. Es un parser compatible con CommonMark y un motor extensible que puede transformar Markdown en un árbol de sintaxis abstracta (AST) manipulable y consultable. La librería proporciona un framework para añadir sintaxis personalizada y lógica de renderizado a través de un pipeline modular de parsers y renderizadores. Soporta compilación nativa ahead-of-time y trimming para minimizar el tamaño del binario. Las capacidades incluyen la generación de HTML estructurado con atributos y estilos personalizados, la extracción de YAML front matter para el procesamiento de sitios estáticos y la conversión de contenido a texto plano. El motor también cubre mejoras tipográficas, preparación de fórmulas matemáticas y formateo automatizado de enlaces. El procesador incluye un mapeo de fuente preciso para rastrear rangos de caracteres y emplea streaming de salida y límites de profundidad de anidamiento para gestionar el rendimiento y la estabilidad.

    Provides the ability to override the default HTML generation process via custom rendering logic.

    C#
    Ver en GitHub↗5,257
  • vmg/redcarpetAvatar de vmg

    vmg/redcarpet

    5,081Ver en GitHub↗

    Redcarpet es un analizador de Markdown a HTML centrado en la seguridad y un renderizador personalizable. Transforma texto Markdown en salida HTML estructurada mientras utiliza una capa de seguridad para filtrar o escapar etiquetas HTML proporcionadas por el usuario y restringir protocolos de enlace para evitar vulnerabilidades. El proyecto se distingue por un framework para el formato de documentos personalizado, permitiendo la definición de cómo se convierten elementos específicos de Markdown a HTML mediante funciones de callback y clases personalizadas. También funciona como un formateador tipográfico que convierte la puntuación estándar y los guiones en comillas curvas profesionales y guiones largos. Su superficie de capacidad cubre soporte de sintaxis Markdown extendida para tablas, notas al pie y superíndices, así como la generación automatizada de tablas de contenido mediante la extracción de anclas de encabezado.

    Supports the creation of custom output formats by extending a base renderer class.

    C
    Ver en GitHub↗5,081
  • vercel/geist-fontAvatar de vercel

    vercel/geist-font

    3,249Ver en GitHub↗

    Geist is an open-source font family and typography collection designed for high legibility in technical interfaces. It consists of a series of web-optimized typefaces, including geometric sans-serif, monospaced, and pixel styles. The collection functions as a variable font library, utilizing coordinate interpolation to allow precise control over weight and style within a single font file. These fonts are built as OpenType typefaces, incorporating standardized layout tables to define advanced typographic behaviors such as kerning and ligatures. The project provides specific implementations fo

    Allows overriding the default server entry file to implement custom rendering logic and security policies.

    HTMLfontvariable-fonts
    Ver en GitHub↗3,249
  1. Home
  2. Web Development
  3. Server-Side Rendering
  4. Custom Rendering Logic

Explorar subetiquetas

  • Markdown Renderer ImplementationsCustom classes that extend base rendering logic to create specialized HTML output formats. **Distinct from Custom Rendering Logic:** Distinct from Custom Rendering Logic: specifically targets the logic of Markdown parsing and output rather than general SSR or graphics.
  • Virtual Tree Rendering EnginesLogic that processes a virtual tree of objects to render them to a target output. **Distinct from Custom Rendering Logic:** Focuses on the engine that translates an abstract tree to a screen, not just overriding HTML generation.