awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
airbnb avatar

airbnb/javascript

0
View on GitHub↗
148,081 Stars·26,647 Forks·JavaScript·MIT·10 Aufrufe

Javascript

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.

Features

  • Component Architecture Principles - Standardizes the modular organization and hierarchy of interface elements to ensure consistency across complex web applications.
  • Code Quality and Standards - Industry-standard JavaScript style guide.
  • Code Quality and Utilities - Standardized style guide for JavaScript development.
  • Coding Standards - A reasonable approach to JavaScript style.
  • Frontend Development - Industry-standard style guide for JavaScript development.
  • JavaScript and TypeScript - Comprehensive style guide for JavaScript development.
  • JavaScript Best Practices - Comprehensive style guide for modern JavaScript development.
  • JavaScript Foundations - Industry-standard style guide for writing consistent JavaScript code.
  • JavaScript Standards and Style - Industry-standard JavaScript style guide.
  • JavaScript Style Guides - A widely adopted style guide for JavaScript development.
  • Language Best Practices - Industry-standard style guide for writing JavaScript.
  • Language Style Guides - Widely adopted style guide for modern JavaScript development.
  • Programming Language Standards - Comprehensive style guide for JavaScript projects.
  • Programming Languages - Style guides and best practices for writing clean code.
  • Shareable Configurations - Standardized style guide configuration for JavaScript projects.
  • Web Development Guides - Comprehensive JavaScript style guide used by Airbnb.
  • Learning and Reference - Comprehensive JavaScript style guide.
  • Community and Reference - A widely adopted style guide for writing consistent modern JavaScript code.
  • Accessors - Defines strict conventions for implementing property getters and setters to maintain predictable data access patterns.

Star-Verlauf

Star-Verlauf für airbnb/javascriptStar-Verlauf für airbnb/javascript

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Javascript

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Javascript.
  • getify/you-dont-know-jsAvatar von getify

    getify/You-Dont-Know-JS

    184,530Auf GitHub ansehen↗

    This project is a comprehensive educational series designed to provide a deep technical understanding of the JavaScript programming language. It functions as a multi-volume curriculum that guides developers through the core mechanisms, execution models, and underlying specifications that define how the language operates at a fundamental level. The curriculum distinguishes itself by focusing on the internal architecture of the language rather than surface-level syntax. It provides rigorous analysis of complex topics such as lexical scope, closure-based state encapsulation, prototype-based inhe

    asyncbookbook-series
    Auf GitHub ansehen↗184,530
  • rwaldron/idiomatic.jsR

    rwaldron/idiomatic.js

    25,712Auf GitHub ansehen↗

    This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It provides a collection of best practices for writing maintainable and idiomatic code, focusing on variable naming, type checking, and execution context. The project serves as a static analysis guide, offering frameworks and guidelines for using linters and automated tools to identify bugs and verify code correctness before deployment. It establishes standards for formatting, syntax, and variable declarations to standardize code style across a project. The scope of the project cov

    Auf GitHub ansehen↗25,712
  • ryanmcdermott/clean-code-javascriptAvatar von ryanmcdermott

    ryanmcdermott/clean-code-javascript

    94,454Auf GitHub ansehen↗

    This project is a collection of engineering guidelines and best practices for writing readable and maintainable JavaScript source code. It serves as a clean code guide and refactoring manual to help developers improve the structure of their codebases. The repository provides a reference for applying SOLID principles to reduce coupling and enable extensions without modifying existing logic. It includes a naming convention standard for using explicit, searchable identifiers and a guide for asynchronous patterns to replace nested callbacks with clearer execution flows. The guidelines cover soft

    JavaScriptbest-practicesclean-architectureclean-code
    Auf GitHub ansehen↗94,454
  • felixge/node-style-guideAvatar von felixge

    felixge/node-style-guide

    4,992Auf GitHub ansehen↗

    This project is a JavaScript style guide and Node.js coding standard designed to ensure the creation of consistent, maintainable, and readable code. It serves as a comprehensive reference for naming conventions, formatting, and architectural patterns. The project provides a linting configuration template that allows for the automatic enforcement of these standards. This includes predefined linting presets and a base of rules used to perform logic checks and automatic formatting across a codebase. The guidelines cover a broad range of standardization capabilities, including code and file form

    JavaScript
    Auf GitHub ansehen↗4,992
Alle 30 Alternativen zu Javascript anzeigen→

Häufig gestellte Fragen

Was macht airbnb/javascript?

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.

Was sind die Hauptfunktionen von airbnb/javascript?

Die Hauptfunktionen von airbnb/javascript sind: Component Architecture Principles, Code Quality and Standards, Code Quality and Utilities, Coding Standards, Frontend Development, JavaScript and TypeScript, JavaScript Best Practices, JavaScript Foundations.

Welche Open-Source-Alternativen gibt es zu airbnb/javascript?

Open-Source-Alternativen zu airbnb/javascript sind unter anderem: getify/you-dont-know-js — This project is a comprehensive educational series designed to provide a deep technical understanding of the… rwaldron/idiomatic.js — This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It… ryanmcdermott/clean-code-javascript — This project is a collection of engineering guidelines and best practices for writing readable and maintainable… felixge/node-style-guide — This project is a JavaScript style guide and Node.js coding standard designed to ensure the creation of consistent,… braziljs/js-the-right-way — js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated… johnpapa/angular-styleguide — This project is an architecture reference and coding standard for the Angular framework. It provides guidelines for…