awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

4 repositorios

Awesome GitHub RepositoriesPeriodic Refreshers

Mechanisms for triggering component updates at set time intervals.

Distinct from Component State Managers: Focuses on time-based refreshing, distinct from general state management.

Explore 4 awesome GitHub repositories matching user interface & experience · Periodic Refreshers. Refine with filters or upvote what's useful.

Awesome Periodic Refreshers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • livewire/livewireAvatar de livewire

    livewire/livewire

    23,448Ver en GitHub↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Updates component state at set intervals to keep the user interface synchronized with server data.

    PHP
    Ver en GitHub↗23,448
  • sveinbjornt/slothAvatar de sveinbjornt

    sveinbjornt/Sloth

    8,914Ver en GitHub↗

    Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.

    Periodically re-runs lsof and updates the UI to reflect changes in open files and running processes without requiring a manual refresh.

    Objective-Cdirectoriesdomain-socketsfilter
    Ver en GitHub↗8,914
  • sirmalloc/ccstatuslineAvatar de sirmalloc

    sirmalloc/ccstatusline

    3,925Ver en GitHub↗

    ccstatusline is a CLI status bar framework and ANSI terminal UI library used to render dynamic, multi-line interfaces within terminal emulators. It functions as a customizable system for displaying real-time metrics, system data, and configuration settings through a widget-based composition model. The framework specializes in Powerline-style status lines, utilizing arrow separators and columnar alignment to create structured headers. It includes specialized dashboards for monitoring Git repository metadata, such as branch names and commit IDs, as well as LLM usage monitors that track API toke

    Implements periodic refreshers to update metrics and version control status at set intervals.

    TypeScriptai-toolsclaude-codecli
    Ver en GitHub↗3,925
  • emacsorphanage/git-gutterAvatar de emacsorphanage

    emacsorphanage/git-gutter

    882Ver en GitHub↗

    Git Gutter is an Emacs editor extension that displays version control change indicators in the margin and supports incremental staging of diff hunks. It tracks file modifications and differences across multiple backends including Git, Mercurial, Subversion, and Bazaar, providing real-time visual feedback directly within the editing environment. The extension renders custom visual glyphs to highlight added, modified, and deleted lines relative to a repository revision. It includes capabilities for cycling through changed blocks, viewing detailed diff summaries, and interactively staging indivi

    Triggers automatic background status checks using configurable idle timers to keep visual indicators synchronized.

    Emacs Lisp
    Ver en GitHub↗882
  1. Home
  2. User Interface & Experience
  3. Component State Managers
  4. Periodic Refreshers

Explorar subetiquetas

  • Process Refresh Timers1 sub-etiquetaTimers that periodically re-run system commands and update the UI to reflect changes without manual refresh. **Distinct from Periodic Refreshers:** Distinct from Periodic Refreshers: specifically targets process-level refresh rather than general component state updates.