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

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

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

2 个仓库

Awesome GitHub RepositoriesDependency Tracking

Systems for tracking data dependencies to trigger automatic updates.

Distinguishing note: Focuses on key-based dependency tracking, not general reactivity.

Explore 2 awesome GitHub repositories matching web development · Dependency Tracking. Refine with filters or upvote what's useful.

Awesome Dependency Tracking GitHub Repositories

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

    vercel/swr

    32,406在 GitHub 上查看↗

    SWR is a data fetching library that provides a collection of hooks for managing remote data synchronization, caching, and state updates in web applications. It employs a declarative approach to handle complex network request lifecycles and dependency chains, ensuring that client-side application state remains consistent with server data through automatic revalidation and background updates. The library distinguishes itself through a reactive cache layer that automatically synchronizes local state with remote sources based on component lifecycle events. It features event-driven revalidation, w

    Maps complex objects to stable identifiers to detect data changes and trigger re-fetches.

    TypeScriptcachedatadata-fetching
    在 GitHub 上查看↗32,406
  • postcss/postcsspostcss 的头像

    postcss/postcss

    28,968在 GitHub 上查看↗

    PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured tree for programmatic analysis and modification. It functions as a plugin-driven pipeline where JavaScript plugins can modify, insert, or delete nodes to transform styles. The project provides a framework for building a custom plugin ecosystem to extend the CSS language with non-standard features such as loops, conditionals, and shorthand properties. It supports multi-syntax parsing through pluggable parsers and stringifiers, allowing it to process various style formats and c

    Records processed files and directories to trigger automatic stylesheet rebuilds when source dependencies change.

    TypeScriptastcssframework
    在 GitHub 上查看↗28,968
  1. Home
  2. Web Development
  3. Dependency Tracking

探索子标签

  • BuildSystems for tracking file-level dependencies to trigger automatic rebuilds of assets. **Distinct from Dependency Tracking:** Distinct from generic dependency tracking by focusing on file system changes for build triggers rather than runtime data reactivity.