awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesModularization and Architecture

Frameworks for organizing code into reusable, composable modules.

Explore 7 awesome GitHub repositories matching part of an awesome list · Modularization and Architecture. Refine with filters or upvote what's useful.

Awesome Modularization and Architecture 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.
  • getify/functional-light-jsAvatar de getify

    getify/Functional-Light-JS

    16,763Voir sur GitHub↗

    Functional-Light-JS is a JavaScript functional programming library designed to implement functional patterns within JavaScript applications. It serves as a toolkit for declarative data processing, immutable data management, and the construction of complex logic through higher-order functions. The library focuses on a pragmatic implementation of functional programming, providing utilities for curried argument application and function composition. It emphasizes the use of pure functions to calculate state updates and manage application data without side effects. The project covers broad capabi

    Structures applications through higher-order functions and closures to improve modularity and testability.

    JavaScript
    Voir sur GitHub↗16,763
  • klmr/boxAvatar de klmr

    klmr/box

    967Voir sur GitHub↗

    Get started[] Documentation[] Contributing[] Frequently asked questionsFAQ

    Hierarchical module system for reusable code.

    R
    Voir sur GitHub↗967
  • novartis/tidymodulesAvatar de Novartis

    Novartis/tidymodules

    145Voir sur GitHub↗

    status](https://github.com/Novartis/tidymodules/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/Novartis/tidymodules/actions)

    Object-oriented approach to application modules.

    R
    Voir sur GitHub↗145
  • strboul/supremeAvatar de strboul

    strboul/supreme

    59Voir sur GitHub↗

    status](https://travis-ci.org/strboul/supreme.svg?branch=master)](https://travis-ci.org/strboul/supreme) status](https://ci.appveyor.com/api/projects/status/github/strboul/supreme?branch=master&svg=true)](https://ci.appveyor.com/project/strboul/supreme)…

    Structure and organize modular application code.

    R
    Voir sur GitHub↗59
  • devopifex/componentAvatar de devOpifex

    devOpifex/component

    29Voir sur GitHub↗

    Creating components for shiny inspired by Vue

    Create UI components inspired by modern frameworks.

    R
    Voir sur GitHub↗29
  • the-y-company/manyT

    the-y-company/many

    0Voir sur GitHub↗

    Use many directories to build R packages.

    Manage multiple directories for package development.

    Voir sur GitHub↗0
  • johncoene/packerJ

    JohnCoene/packer

    0Voir sur GitHub↗

    Website | Installation | Get Started | Book

    Framework for integrating JavaScript assets into R projects.

    Voir sur GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Modularization and Architecture

Explorer les sous-tags

  • Functional ModularityOrganizing software into reusable modules using higher-order functions and closures. **Distinct from Modularization and Architecture:** Focuses on logic-level modularity via closures and HOFs rather than bundle-size optimization or plugin architectures.