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

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

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

3 个仓库

Awesome GitHub RepositoriesBrowser API Implementations

Custom implementations of functionality using native browser APIs to replace external libraries.

Distinct from Python Native Implementations: Focuses specifically on replacing third-party JS libraries with native Web APIs, whereas Python Native Implementations focus on language-level structures.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Browser API Implementations. Refine with filters or upvote what's useful.

Awesome Browser API Implementations GitHub Repositories

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

    bendc/frontend-guidelines

    9,089在 GitHub 上查看↗

    This project is a comprehensive collection of frontend development best practices and standards. It provides guides for writing semantic HTML, efficient CSS, and functional JavaScript to improve overall web performance and accessibility. The repository establishes frameworks for modern CSS architecture, focusing on specificity management and the use of Flexbox and Grid for predictable layouts. It outlines patterns for functional JavaScript programming, emphasizing the use of pure functions and composition to reduce execution time and dependency bloat. The guidelines cover several core capabi

    Encourages replacing heavy third-party libraries with lightweight custom code using built-in browser functionality.

    在 GitHub 上查看↗9,089
  • remy/html5demosremy 的头像

    remy/html5demos

    4,729在 GitHub 上查看↗

    该项目是一系列技术演示和原型,展示了各种 HTML5 API、多媒体能力和 Web 标准实现。它作为一个前端技术沙盒,以及现代浏览器功能实现的概念验证(PoC)库。 该集合包括针对 HTML5 多媒体的专门展示,具有音频、视频和实时媒体流的操作功能。它还提供了一系列专注于原型化 Web 能力的实验,以验证在实时环境中的技术可行性和浏览器支持情况。 该项目涵盖了广泛的功能领域,包括基于浏览器的图形渲染和地理定位服务。它演示了客户端数据存储和持久化、通过双向连接实现的实时数据同步,以及安全的跨窗口通信。其他能力包括后台任务执行、Web 资产缓存,以及诸如拖拽实现等交互式用户界面元素。

    Provides a gallery of technical implementations that use native browser APIs to showcase web capabilities.

    HTML
    在 GitHub 上查看↗4,729
  • googlechromelabs/ui-element-samplesGoogleChromeLabs 的头像

    GoogleChromeLabs/ui-element-samples

    4,122在 GitHub 上查看↗

    这是一个参考实现和原型集合,专注于路由、性能优化、后台线程和 UI 组件。它作为一个示例库,展示了现代 Web 平台特性和原生浏览器 API 的使用。 该仓库提供了高性能图形原型,包括通过硬件加速和 CSS 变换渲染的 3D 效果和动画。它包括用于将应用程序状态与浏览器 URL 同步的客户端路由实现示例,以及用于将计算卸载到后台线程的模式库。 其他功能涵盖了通过动态资产加载和代码分割来优化 Web 内容,以减少初始页面加载时间。该集合还包括用于构建交互式界面元素(如轮播图和导航菜单)的原语。

    Provides interactive interface elements built exclusively with native browser features instead of heavy external frameworks.

    JavaScript
    在 GitHub 上查看↗4,122
  1. Home
  2. Programming Languages & Runtimes
  3. Python Native Implementations
  4. Browser API Implementations

探索子标签

  • Native Web API ComponentsInteractive interface elements built using built-in browser APIs to avoid external library overhead. **Distinct from Browser API Implementations:** Focuses on building UI components via native APIs, rather than general browser API implementations.