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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • livewire/livewireAvatar livewire

    livewire/livewire

    23,448Vezi pe 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
    Vezi pe GitHub↗23,448
  • sveinbjornt/slothAvatar sveinbjornt

    sveinbjornt/Sloth

    8,914Vezi pe 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
    Vezi pe GitHub↗8,914
  • sirmalloc/ccstatuslineAvatar sirmalloc

    sirmalloc/ccstatusline

    3,925Vezi pe 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
    Vezi pe GitHub↗3,925
  • emacsorphanage/git-gutterAvatar emacsorphanage

    emacsorphanage/git-gutter

    882Vezi pe 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
    Vezi pe GitHub↗882
  1. Home
  2. User Interface & Experience
  3. Component State Managers
  4. Periodic Refreshers

Explorează sub-etichetele

  • Process Refresh Timers1 sub-tagTimers 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.