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
·

1 repositorio

Awesome GitHub RepositoriesReactive Task Executions

Creating and managing the execution of signals in response to specific actions, often for side effects and UI interactions.

Distinct from Task Execution: Distinct from general Task Execution: focuses on signal-driven execution in reactive frameworks, not generic task pipelines.

Explore 1 awesome GitHub repository matching development tools & productivity · Reactive Task Executions. Refine with filters or upvote what's useful.

Awesome Reactive Task Executions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vuejs/petite-vueAvatar de vuejs

    vuejs/petite-vue

    9,683Ver en GitHub↗

    Petite-vue is a lightweight, client-side reactive UI library and templating engine designed for progressive enhancement. It serves as a minimal state management tool that binds reactive data to DOM elements, allowing user interfaces to update automatically when state changes without requiring a full build step. The framework specifically focuses on adding interactivity to server-rendered HTML. It allows for the creation of isolated reactive regions and embedded widgets on a single page, using custom delimiters to prevent syntax conflicts with server-side template engines. The system covers r

    Executes specific JavaScript code automatically whenever dependent reactive data changes.

    TypeScript
    Ver en GitHub↗9,683
  1. Home
  2. Development Tools & Productivity
  3. Task Execution
  4. Reactive Task Executions

Explorar subetiquetas

  • Reactive Inline ExpressionsExecution of small JavaScript snippets directly in templates in response to state changes. **Distinct from Reactive Task Executions:** Focuses on inline template expressions rather than general signal-driven task pipelines.