awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesVisual Update Coordination

Techniques for scheduling JavaScript callbacks to synchronize with the browser's paint cycle.

Distinguishing note: No candidate covers the specific browser paint-cycle synchronization (e.g., requestAnimationFrame).

Explore 3 awesome GitHub repositories matching web development · Visual Update Coordination. Refine with filters or upvote what's useful.

Awesome Visual Update Coordination GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • greatfrontend/top-javascript-interview-questionsAvatar von greatfrontend

    greatfrontend/top-javascript-interview-questions

    9,685Auf GitHub ansehen↗

    This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu

    Explains how to schedule callbacks before the browser paint step to synchronize animations with the display.

    MDXfront-end-developmentinterviewsjavascript
    Auf GitHub ansehen↗9,685
  • wilsonpage/fastdomAvatar von wilsonpage

    wilsonpage/fastdom

    6,920Auf GitHub ansehen↗

    Fastdom is a task scheduler and rendering optimizer designed to prevent layout thrashing by batching document reads and writes. It functions as a coordination system that separates document measurements and mutations into distinct queues, ensuring that asynchronous operations are executed in a way that minimizes browser reflows. The project provides a performance profiling capability that detects improper document API access. By enforcing strict execution phases, it identifies layout thrashing bottlenecks and flags unauthorized DOM access occurring outside of the coordinated batching cycles.

    Coordinates JavaScript callbacks with the browser's paint cycle using requestAnimationFrame to minimize reflows.

    JavaScript
    Auf GitHub ansehen↗6,920
  • chalarangelo/30-seconds-of-reactAvatar von Chalarangelo

    Chalarangelo/30-seconds-of-react

    5,081Auf GitHub ansehen↗

    This project is a comprehensive collection of reusable code snippets, custom hooks, and implementation patterns for building user interfaces with React. It serves as a library of short examples designed to solve common development tasks, ranging from state management to DOM integration. The collection provides a wide array of specialized utilities for interacting with browser APIs, including window dimension tracking, media query evaluation, and online status monitoring. It also includes practical guides and snippets for performance optimization, such as memoization, lazy loading, and state c

    Coordinates visual updates with the browser repaint cycle using requestAnimationFrame for smooth animations.

    JavaScripteducationjavascriptlearn-to-code
    Auf GitHub ansehen↗5,081
  1. Home
  2. Web Development
  3. Visual Update Coordination