awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesComponent Instance Caching

Mechanisms that preserve component state in memory during navigation to prevent re-initialization.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Component Instance Caching. Refine with filters or upvote what's useful.

Awesome Component Instance Caching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vuejs/vuevuejs 的头像

    vuejs/vue

    209,900在 GitHub 上查看↗

    Vue 是一个渐进式的、基于组件的 JavaScript 框架,旨在构建响应式用户界面和单页应用程序。它以声明式模板系统为中心,将 HTML 转换为高效的渲染函数,允许开发者将复杂的界面组织成自动与应用程序状态同步的隔离、可复用单元。 该框架通过依赖跟踪响应式系统脱颖而出,该系统在渲染期间监控数据访问以触发精确更新。它提供了一个灵活的架构,支持作为轻量级库的增量采用和全规模应用程序开发。开发者可以利用强大的基于插件的扩展模型来注入全局逻辑,同时框架的虚拟 DOM 对账确保通过计算最小突变来实现高效的界面更新。 除了核心渲染能力外,该项目还包括一套全面的工具,用于管理应用程序状态、基于 URL 的路由和服务器端渲染。它为组件组合、内容分发和动画管理提供了广泛支持,并内置了自动内容转义等安全措施以防止常见漏洞。 该框架随附官方类型声明以支持静态分析,并可通过标准包管理器安装,或通过脚本标签直接集成到浏览器环境中。

    Caches inactive component instances to preserve state during navigation and view switching.

    TypeScriptframeworkfrontendjavascript
    在 GitHub 上查看↗209,900
  • vuejs/corevuejs 的头像

    vuejs/core

    53,861在 GitHub 上查看↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity system to synchronize application state with the document object model efficiently. What distinguishes this framework is its focus on developer experience and flexibility. It supports a single-file component format that colocalizes related concerns, alongside a powerful composition

    Preserves component instances in memory during navigation to avoid re-initialization and maintain user progress across the interface.

    TypeScript
    在 GitHub 上查看↗53,861
  • flutterchina/flukitflutterchina 的头像

    flutterchina/flukit

    5,940在 GitHub 上查看↗

    Flukit 是一套 Flutter 功能工具包,提供动画包装器、布局调试工具、滚动交互套件以及一系列可复用的 UI 组件和视觉实用程序。 该项目以其专门的布局调试工具脱颖而出,可用于检查父级约束并直接在界面内捕获系统日志。它还提供用于旋转、缩放和滑动子组件的专用动画包装器,以及包含下拉刷新机制、轮播切换器和灵活 Sliver 标题的滚动交互套件。 该库涵盖了广泛的功能,包括内容水印和渐变叠加等视觉效果,以及可缩放视图和触摸事件拦截等交互功能。它包含一个用于在可滚动区域缓存子组件的系统,以及一个在布局阶段管理状态更新的同步通知队列。

    Implements a mechanism to persist child components in scrollable views, preventing unnecessary destruction and recreation.

    Dartflutter
    在 GitHub 上查看↗5,940
  • vuejs/v2.vuejs.orgvuejs 的头像

    vuejs/v2.vuejs.org

    4,981在 GitHub 上查看↗

    这是 Vue 2 渐进式 JavaScript 框架的综合文档网站。它作为构建响应式用户界面和单页应用程序的技术参考和开发指南。 该网站提供了详细的 JavaScript API 参考和 Web 组件目录。它涵盖了基于组件的架构的实现、响应式状态管理以及使用虚拟 DOM 来同步应用程序状态与浏览器。 该文档详细介绍了包括客户端路由、声明式 DOM 操作以及前端构建优化(如服务器端渲染和模板预编译)在内的功能。它还解释了框架的状态同步方法、组件生命周期以及自定义指令的使用。 内容作为教程和规范集合进行维护,文档通过 Markdown 编辑。

    Preserves the state of inactive components in memory to avoid expensive re-initialization during navigation.

    JavaScript
    在 GitHub 上查看↗4,981
  • zack24q/vue-navigationzack24q 的头像

    zack24q/vue-navigation

    1,019在 GitHub 上查看↗

    This library is a navigation manager for Vue applications that provides a stack-based history system to simulate native mobile application behavior. It functions as a router extension that tracks route transitions and maintains a chronological log of visited pages, allowing for predictable forward and backward movement within single-page applications. The project distinguishes itself by preserving component states, including scroll positions and data, during navigation. By caching these states in memory, it prevents full page re-renders when users return to previous views, ensuring that the a

    Preserves component states and scroll positions in memory to prevent re-rendering during backward navigation.

    JavaScriptcachenavigationpage
    在 GitHub 上查看↗1,019
  • vobyjs/vobyvobyjs 的头像

    vobyjs/voby

    907在 GitHub 上查看↗

    Voby is a signal-based framework for building reactive user interfaces. It utilizes fine-grained observables to track data dependencies and trigger direct updates to the document object model, bypassing the need for a virtual DOM reconciliation process. By wrapping state in proxies, the framework automatically intercepts mutations to ensure consistent data flow across the application. The framework distinguishes itself through a focus on performance and lifecycle precision. It employs reactive update batching to group state changes into single execution cycles, minimizing redundant operations

    Preserves component state in memory during navigation to prevent re-initialization after elements are removed from the screen.

    TypeScriptfastfine-grainedframework
    在 GitHub 上查看↗907
  1. Home
  2. Software Engineering & Architecture
  3. Architectural Design Patterns
  4. State Management
  5. Component Instance Caching