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

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

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

2 个仓库

Awesome GitHub RepositoriesSpeculation Rule Implementations

Implementations of the browser Speculation Rules API to optimize page transition speeds.

Distinguishing note: Candidates are focused on AI speculative decoding or UI animation rules, not browser navigation speculation

Explore 2 awesome GitHub repositories matching web development · Speculation Rule Implementations. Refine with filters or upvote what's useful.

Awesome Speculation Rule Implementations GitHub Repositories

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

    GoogleChromeLabs/quicklink

    11,248在 GitHub 上查看↗

    Quicklink is a JavaScript library and web performance optimization tool that fetches linked resources as they enter the browser viewport. It serves as a viewport-based resource preloader and a wrapper for the browser speculation rules API to reduce perceived page load times. The library implements background page rendering and predictive resource prefetching to enable faster navigation transitions. It manages a cache of prefetched URLs and uses browser speculation rules to render full pages in the background. The tool includes capabilities for resource filtering via regular expressions, netw

    Implements browser speculation rules to prerender pages in the background for near-instantaneous page transitions.

    JavaScript
    在 GitHub 上查看↗11,248
  • chalarangelo/30-seconds-of-reactChalarangelo 的头像

    Chalarangelo/30-seconds-of-react

    5,081在 GitHub 上查看↗

    本项目是一个全面的可重用代码片段、自定义 Hook 和实现模式集合,用于使用 React 构建用户界面。它作为一个短示例库,旨在解决常见的开发任务,从状态管理到 DOM 集成。 该集合提供了广泛的专门实用程序,用于与浏览器 API 交互,包括窗口尺寸跟踪、媒体查询评估和在线状态监控。它还包括用于性能优化的实用指南和代码片段,例如记忆化、懒加载和状态更改防抖。 广泛的功能领域涵盖了交互式 UI 组件(如模态框、轮播图和选项卡界面)的实现,以及用于数据获取、状态持久化和异步更新验证的架构模式。该库还包括用于表单管理、事件处理和通过 URL 状态跟踪进行路由同步的实用程序。

    Uses the browser Speculation Rules API to pre-render or pre-fetch pages for faster navigation.

    JavaScripteducationjavascriptlearn-to-code
    在 GitHub 上查看↗5,081
  1. Home
  2. Web Development
  3. Speculation Rule Implementations