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 RepositoriesConditional Rendering Logic

Logic for displaying interface blocks based on state conditions.

Distinct from Conditional Rendering Logic: Distinct from generic conditional UI: focuses on the rendering flow control within component functions.

Explore 7 awesome GitHub repositories matching user interface & experience · Conditional Rendering Logic. Refine with filters or upvote what's useful.

Awesome Conditional Rendering Logic GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebook/reactAvatar de facebook

    facebook/react

    245,669Ver en GitHub↗

    React es una biblioteca de JavaScript para crear interfaces de usuario basadas en una arquitectura orientada a componentes y un flujo de datos unidireccional.

    Uses standard programming constructs like conditional statements to describe interface content and behavior.

    JavaScriptjavascriptuifrontend
    Ver en GitHub↗245,669
  • greensock/gsapAvatar de greensock

    greensock/GSAP

    23,877Ver en GitHub↗

    GSAP is a comprehensive JavaScript animation library designed for orchestrating complex motion sequences and interactive user interfaces. It provides a robust property-interpolation engine that calculates intermediate values for CSS styles, attributes, and numeric properties, enabling smooth visual transitions across web elements. The framework is built on a core architecture that manages animation lifecycles, timeline-based sequence orchestration, and virtual property interception to ensure precise control over motion. The library distinguishes itself through a modular, plugin-based extensib

    Groups multiple media query conditions into a single setup function to toggle animation behavior dynamically based on viewport size.

    JavaScriptanimationgsapjavascript
    Ver en GitHub↗23,877
  • nvim-lualine/lualine.nvimAvatar de nvim-lualine

    nvim-lualine/lualine.nvim

    8,015Ver en GitHub↗

    Lualine.nvim is a Lua-based editor extension for Neovim that renders dynamic status, tab, and window bars. It functions as a configurable UI component used to display real-time buffer information, system context, and editor state. The plugin differentiates itself through a multi-bar rendering pipeline that independently populates the statusline, tabline, and winbar. It supports a component-based layout engine with dynamic function-based injection and condition-based visibility, allowing the interface to adjust based on window dimensions or specific filetype overrides. The project covers wide

    Evaluates boolean logic and window dimensions to determine the visibility of specific UI components.

    Lua
    Ver en GitHub↗8,015
  • evidence-dev/evidenceAvatar de evidence-dev

    evidence-dev/evidence

    5,919Ver en GitHub↗

    Uses loops and conditionals in markdown to show or hide content based on query results and user context.

    JavaScriptanalyticsbusiness-intelligencedashboard
    Ver en GitHub↗5,919
  • cavi-au/consent-o-maticAvatar de cavi-au

    cavi-au/Consent-O-Matic

    3,933Ver en GitHub↗

    Consent-O-Matic is a browser extension and cookie consent automation tool designed to automatically interact with privacy notices and cookie banners. It utilizes a DOM interaction engine and a privacy preference manager to map user choices to automated actions on third-party consent management providers. The project features a custom rule engine that allows for the import of external rule lists from user-provided URLs to target specific website behaviors. It employs a targeting system that combines CSS selectors with text, style, and iframe filters to locate and interact with precise web elem

    Executes specific actions based on element presence or checkbox states to handle dynamic page behaviors.

    JavaScriptbrowser-extensionconsent-managementcookies
    Ver en GitHub↗3,933
  • maurodesouza/profile-readme-generatorAvatar de maurodesouza

    maurodesouza/profile-readme-generator

    3,687Ver en GitHub↗

    This project is a GitHub profile README generator and markdown profile builder. It functions as a developer portfolio generator that converts personal information and preferences into a structured Markdown file for use as a public profile landing page. The tool focuses on developer portfolio branding and GitHub profile customization. It uses a series of templates to automate the layout of a professional presence, allowing users to showcase their skills and social links. The generator utilizes form-driven data collection and conditional content logic to determine which sections appear in the

    Uses conditional rendering logic to determine which Markdown sections are included based on user preferences.

    TypeScriptgeneratorgithubgithub-profile-readme-generator
    Ver en GitHub↗3,687
  • bitbrain/beehaveAvatar de bitbrain

    bitbrain/beehave

    2,933Ver en GitHub↗

    Beehave is a behavior tree AI framework and plugin for the Godot engine. It serves as an agent logic orchestrator for designing adaptive non-player character behaviors using hierarchical behavior trees. The system features a visual debugger that provides runtime visualization of the execution flow and internal state of active trees. This allows for AI execution analysis and the identification of logic errors through a state-based runtime interface. The framework utilizes a composite-decorator pattern and a tick-based polling cycle to execute tree-based logic. It integrates directly with the

    Evaluates a hierarchical node structure to determine the next AI action based on success, failure, or running states.

    GDScriptaibehavior-treegame-development
    Ver en GitHub↗2,933
  1. Home
  2. User Interface & Experience
  3. Conditional UI
  4. Conditional Rendering Logic

Explorar subetiquetas

  • State-Based Execution LogicLogic that determines which automation actions to perform based on the current state or presence of DOM elements. **Distinct from Conditional Rendering Logic:** Distinct from Conditional Rendering Logic: focuses on the execution of actions based on state rather than the visual rendering of UI blocks.