awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesState Pattern Experiments

Runnable 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

Explore 1 awesome GitHub repository matching software engineering & architecture · State Pattern Experiments. Refine with filters or upvote what's useful.

Awesome State Pattern Experiments GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • happypoulp/redux-tutorialAvatar de happypoulp

    happypoulp/redux-tutorial

    3,731Ver en 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
    Ver en GitHub↗3,731
  1. Home
  2. Software Engineering & Architecture
  3. Structural Design Patterns
  4. JavaScript Examples
  5. State Pattern Experiments