awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Javascript | Awesome Repository
← All repositories

airbnb/javascript

0
View on GitHub↗
148,108 stars·26,667 forks·JavaScript·mit·3 views

Javascript

Features

  • Component Architecture Principles - Standardizes the modular organization and hierarchy of interface elements to ensure consistency across complex web applications.
  • Accessors - Defines strict conventions for implementing property getters and setters to maintain predictable data access patterns.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Let's find more awesome repositories

This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects.

In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules for markup and attributes. The documentation is structured to assist developers in interpreting and applying these standards to their own codebases.