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
·

5 repositorios

Awesome GitHub RepositoriesSelective Re-rendering

Mechanisms that identify and update only the specific portions of the UI that have changed in response to state updates.

Distinguishing note: No candidates provided for general selective UI updates; other candidates focused on specific selection interfaces (files, software).

Explore 5 awesome GitHub repositories matching user interface & experience · Selective Re-rendering. Refine with filters or upvote what's useful.

Awesome Selective Re-rendering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • elm/compilerAvatar de elm

    elm/compiler

    7,794Ver en GitHub↗

    This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed language into optimized JavaScript for web browsers. It serves as a frontend architecture framework, providing a static type system and a package manager that enforces semantic versioning. The compiler uses a type-checking engine with automatic type inference to prevent runtime errors and guide code refactoring. It implements a structural pattern for managing application state and rendering user interfaces through a virtual DOM, utilizing immutable data and purity-based state transit

    Minimizes browser updates by selectively re-rendering only the specific parts of the user interface that have changed.

    Haskellcompilerelm
    Ver en GitHub↗7,794
  • mobxjs/mobx-state-treeAvatar de mobxjs

    mobxjs/mobx-state-tree

    7,050Ver en GitHub↗

    MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera

    Splits observer components so each re-renders only when its specific observed data changes.

    TypeScripthacktoberfestmobxmobx-state-tree
    Ver en GitHub↗7,050
  • greatfrontend/top-reactjs-interview-questionsAvatar de greatfrontend

    greatfrontend/top-reactjs-interview-questions

    5,691Ver en GitHub↗

    This project is a comprehensive interview preparation guide and technical study resource for React. It functions as a frontend engineering curriculum and coding challenge bank designed to help developers master the internal mechanics, patterns, and core fundamentals of the React ecosystem. The resource distinguishes itself by providing a curated collection of technical interview questions, conceptual quizzes, and expert solutions. It includes a bank of coding challenges that can be solved in a browser-based environment with automated test cases and real-time rendering, as well as research int

    Provides strategies for isolating state and memoizing context to prevent unnecessary UI updates.

    MDXfront-end-developmentinterviewsjavascript
    Ver en GitHub↗5,691
  • midudev/jscampAvatar de midudev

    midudev/jscamp

    3,811Ver en GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Optimizes UI performance by restricting re-renders to components that consume specific state slices.

    JavaScriptbootcamp
    Ver en GitHub↗3,811
  • beekai-oss/little-state-machineAvatar de beekai-oss

    beekai-oss/little-state-machine

    1,540Ver en GitHub↗

    Little State Machine is a lightweight state management library for React applications that provides a centralized data store for managing shared application information. It utilizes a context-based provider pattern to distribute state across the component tree, ensuring consistent data access without the need for manual property drilling. The library distinguishes itself through built-in support for automatic browser storage persistence, which synchronizes the in-memory state with local or session storage to maintain data continuity across page refreshes. It also incorporates middleware-drive

    Prevents unnecessary component updates by comparing state slices and re-rendering only when data changes.

    TypeScriptfluxreactreact-hooks
    Ver en GitHub↗1,540
  1. Home
  2. User Interface & Experience
  3. Selective Re-rendering