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
·
airbnb avatar

airbnb/javascript

0
View on GitHub↗
148,081 stele·26,647 fork-uri·JavaScript·MIT·10 vizualizări

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.
  • Învățare și referință - 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.

Istoric stele

Graficul istoricului de stele pentru airbnb/javascriptGraficul istoricului de stele pentru airbnb/javascript

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Javascript

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Javascript.
  • getify/you-dont-know-jsAvatar getify

    getify/You-Dont-Know-JS

    184,530Vezi pe GitHub↗

    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
    Vezi pe GitHub↗184,530
  • rwaldron/idiomatic.jsR

    rwaldron/idiomatic.js

    25,712Vezi pe GitHub↗

    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

    Vezi pe GitHub↗25,712
  • ryanmcdermott/clean-code-javascriptAvatar ryanmcdermott

    ryanmcdermott/clean-code-javascript

    94,454Vezi pe GitHub↗

    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
    Vezi pe GitHub↗94,454
  • felixge/node-style-guideAvatar felixge

    felixge/node-style-guide

    4,992Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,992
Vezi toate cele 30 alternative pentru Javascript→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale airbnb/javascript?

Principalele funcționalități ale airbnb/javascript sunt: Component Architecture Principles, Code Quality and Standards, Code Quality and Utilities, Coding Standards, Frontend Development, JavaScript and TypeScript, JavaScript Best Practices, JavaScript Foundations.

Care sunt câteva alternative open-source pentru airbnb/javascript?

Alternativele open-source pentru airbnb/javascript includ: 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…