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
·

6 repository-uri

Awesome GitHub RepositoriesEffect Synchronization

Hooks designed to synchronize component state with external systems or side effects.

Explore 6 awesome GitHub repositories matching user interface & experience · Effect Synchronization. Refine with filters or upvote what's useful.

Awesome Effect Synchronization GitHub Repositories

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

    facebook/react

    245,669Vezi pe GitHub↗

    React este o bibliotecă JavaScript pentru construirea de interfețe utilizator bazată pe o arhitectură orientată pe componente și flux de date unidirecțional.

    Performs teardown tasks like clearing intervals when components unmount.

    JavaScriptjavascriptuifrontend
    Vezi pe GitHub↗245,669
  • gyoogle/tech-interview-for-developerAvatar gyoogle

    gyoogle/tech-interview-for-developer

    17,417Vezi pe GitHub↗

    This project is a comprehensive technical interview preparation resource and computer science interview guide. It serves as an educational reference for developers to study core software engineering fundamentals and common coding patterns required for employment screenings. The repository provides detailed guides and references covering data structures and algorithms, networking and security, operating systems, and web development. It specifically focuses on the implementation and complexity analysis of sorting, searching, and graph algorithms. The material encompasses a wide breadth of comp

    The execution of logic or synchronization tasks after a component renders or dependencies update.

    Javaalgorithmcomputer-sciencecs
    Vezi pe GitHub↗17,417
  • vibrantlabsai/ragasAvatar vibrantlabsai

    vibrantlabsai/ragas

    12,659Vezi pe GitHub↗

    Ragas is an evaluation framework designed to measure the performance of retrieval-augmented generation pipelines and autonomous agent workflows. It provides a comprehensive suite of tools for benchmarking system outputs, utilizing language models as automated judges to score performance against defined rubrics and reference data. By standardizing inputs, retrieved contexts, and generated responses into a unified schema, the project enables consistent analysis across complex AI applications. The framework distinguishes itself through its ability to generate synthetic test datasets from existin

    Measures the performance of individual system modules independently to identify specific bottlenecks in retrieval or generation processes.

    Pythonevaluationllmllmops
    Vezi pe GitHub↗12,659
  • reactjs/react.devAvatar reactjs

    reactjs/react.dev

    11,765Vezi pe GitHub↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Synchronizes component state with external systems while decoupling logic from side effects.

    JavaScriptdocumentationjavascriptreact
    Vezi pe GitHub↗11,765
  • paddlepaddle/paddlexAvatar PaddlePaddle

    PaddlePaddle/PaddleX

    6,163Vezi pe GitHub↗

    PaddleX is a PaddlePaddle-based framework for building, deploying, and fine-tuning AI model pipelines, with pre-built support for computer vision, OCR, document analysis, and time series tasks. It offers a toolkit of ready-to-use pipelines for image classification, object detection, segmentation, and pose estimation, alongside an end-to-end OCR document analysis pipeline that extracts text, tables, formulas, and layout information. The platform also includes a dedicated time series forecasting pipeline for analyzing historical data to detect anomalies, classify patterns, and predict future val

    Allows granular control over inference acceleration for individual pipeline sub-modules.

    Pythonai-pipelinesclassificationdeployment
    Vezi pe GitHub↗6,163
  • jaredlunde/react-hookAvatar jaredLunde

    jaredLunde/react-hook

    1,535Vezi pe GitHub↗

    Această bibliotecă oferă o colecție de hook-uri puternic tipizate concepute pentru a gestiona sarcini asincrone, starea componentelor și interacțiunile DOM în interfețele utilizator. Servește ca un toolkit utilitar pentru urmărirea schimbărilor de date, cache-uirea rezultatelor asincrone și sincronizarea referințelor în medii de randare atât pe server, cât și în browser. Proiectul se distinge prin oferirea unor mecanisme specializate pentru reglarea input-urilor utilizatorului de înaltă frecvență prin tehnici de debouncing și throttling. Simplifică interacțiunile complexe cu browserul, cum ar fi scurtăturile de tastatură, accesul la clipboard și urmărirea vizibilității în viewport, asigurând în același timp că event listener-ele sunt curățate automat pentru a preveni scurgerile de memorie. Dincolo de aceste capabilități de bază, biblioteca include instrumente pentru monitorizarea contextului utilizatorului, cum ar fi mișcările mouse-ului și dimensiunile ferestrei, pentru a declanșa actualizări ale componentelor. De asemenea, oferă handle-uri unificate pentru sincronizarea imperativă a referințelor și gestionează ciclul de viață al operațiunilor asincrone, inclusiv rezolvarea promisiunilor și gestionarea erorilor, pentru a menține responsivitatea interfeței.

    Combines multiple references into unified handles and coordinates execution across environments to ensure consistent rendering behavior.

    TypeScriptdebouncehookshooks-api
    Vezi pe GitHub↗1,535
  1. Home
  2. User Interface & Experience
  3. Component Utilities
  4. UI Frameworks
  5. Rendering Models and Paradigms
  6. Component Architecture
  7. Hooks
  8. Effect Synchronization

Explorează sub-etichetele

  • Module Performance Analyzers1 sub-tagTools for isolating and measuring the performance of individual system modules to identify bottlenecks. **Distinct from Effect Synchronization:** Distinct from Effect Synchronization: focuses on performance profiling of modules rather than state synchronization.