awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • bendc/frontend-guidelinesAvatar bendc

    bendc/frontend-guidelines

    9,089Vezi pe 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.

    Vezi pe GitHub↗9,089
  • remy/html5demosAvatar remy

    remy/html5demos

    4,729Vezi pe GitHub↗

    This project is a collection of technical demonstrations and prototypes that showcase various HTML5 APIs, multimedia capabilities, and web standard implementations. It serves as a frontend technology sandbox and a gallery of implementation proofs-of-concept for modern browser features. The collection includes specialized showcases for HTML5 multimedia, featuring the manipulation of audio, video, and real-time media streams. It also provides a series of experiments focused on prototyping web capabilities to verify technical feasibility and browser support in live environments. The project cov

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

    HTML
    Vezi pe GitHub↗4,729
  • googlechromelabs/ui-element-samplesAvatar GoogleChromeLabs

    GoogleChromeLabs/ui-element-samples

    4,122Vezi pe GitHub↗

    Acest proiect este o colecție de implementări de referință și prototipuri axate pe rutare, optimizarea performanței, threading în fundal și componente de interfață utilizator. Servește drept bibliotecă de exemple care demonstrează utilizarea caracteristicilor moderne ale platformei web și a API-urilor native ale browserului. Repository-ul oferă prototipuri pentru grafică de înaltă performanță, inclusiv efecte 3D și animații redate prin accelerare hardware și transformări CSS. Include exemple de implementare pentru rutarea pe partea de client pentru a sincroniza starea aplicației cu URL-urile browserului și galerii de tipare pentru delegarea calculelor către thread-uri în fundal. Capabilitățile suplimentare acoperă optimizarea conținutului web prin încărcarea dinamică a activelor și "code-splitting" pentru a reduce timpii inițiali de încărcare a paginii. Colecția include, de asemenea, primitive pentru construirea elementelor de interfață interactive, cum ar fi caruseluri și meniuri de navigare.

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

    JavaScript
    Vezi pe GitHub↗4,122
  1. Home
  2. Programming Languages & Runtimes
  3. Python Native Implementations
  4. Browser API Implementations

Explorează sub-etichetele

  • 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.