awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesBlogPlan du site
ProjetÀ proposPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

3 dépôts

Awesome GitHub RepositoriesJavaScript Examples

Runnable JavaScript code snippets demonstrating structural design patterns like Adapter and Decorator.

Distinct from Structural Design Patterns: Distinct from Structural Design Patterns: provides concrete JavaScript code examples rather than general pattern descriptions.

Explore 3 awesome GitHub repositories matching software engineering & architecture · JavaScript Examples. Refine with filters or upvote what's useful.

Awesome JavaScript Examples GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • chuanxshi/javascript-patternsAvatar de chuanxshi

    chuanxshi/javascript-patterns

    9,356Voir sur GitHub↗

    This is a reference collection of reusable JavaScript code examples that demonstrate classic software design patterns. The project provides practical implementations of creational patterns like Singleton and Factory, structural patterns such as Adapter and Decorator, and behavioral patterns including Observer, Strategy, and Command. The documentation is organized around runnable code examples that show each pattern's structure and usage, serving as a practical guide for applying these solutions to recurring software architecture problems. The collection covers the three main categories of des

    Provides JavaScript code examples for structural design patterns such as Adapter and Decorator.

    HTML
    Voir sur GitHub↗9,356
  • wangdoc/javascript-tutorialAvatar de wangdoc

    wangdoc/javascript-tutorial

    3,998Voir sur GitHub↗

    This project is a structured JavaScript programming tutorial and web development learning resource. It serves as an educational guide for learning the JavaScript language, ranging from basic syntax to advanced programming concepts. The resource functions as a JavaScript code example library and a technical guide for DOM manipulation. It provides conceptual explanations and runnable code samples to demonstrate how to solve common development tasks and programmatically manage browser elements. The material covers frontend development training, web browser programming, and the implementation of

    Ships a library of runnable JavaScript code samples demonstrating solutions to common development tasks.

    Shell
    Voir sur GitHub↗3,998
  • happypoulp/redux-tutorialAvatar de happypoulp

    happypoulp/redux-tutorial

    3,731Voir sur GitHub↗

    This project is a Redux state management tutorial and frontend state architecture guide. It serves as an educational resource for learning how to centralize application data and maintain a consistent state across a user interface. The repository provides a collection of executable JavaScript state management examples. These samples allow for state experimentation by running isolated code to verify data flow patterns and store implementations. The content covers frontend data flow architecture, specifically focusing on unidirectional data flow, the use of pure function reducers, and action-ba

    Includes runnable JavaScript examples for testing and verifying state management patterns before full implementation.

    JavaScript
    Voir sur GitHub↗3,731
  1. Home
  2. Software Engineering & Architecture
  3. Structural Design Patterns
  4. JavaScript Examples

Explorer les sous-tags

  • General Purpose ExamplesCollections of runnable code samples demonstrating a variety of common programming tasks. **Distinct from JavaScript Examples:** Distinct from Design Pattern examples: focuses on general development tasks rather than specific architectural patterns
  • State Pattern ExperimentsRunnable code examples specifically for testing state management logic. **Distinct from JavaScript Examples:** Focuses on state management experimentation specifically, rather than general structural design patterns like Adapter or Decorator