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

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

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

7 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • getify/functional-light-jsAvatar von getify

    getify/Functional-Light-JS

    16,763Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,763
  • klmr/boxAvatar von klmr

    klmr/box

    967Auf GitHub ansehen↗

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

    Hierarchical module system for reusable code.

    R
    Auf GitHub ansehen↗967
  • novartis/tidymodulesAvatar von Novartis

    Novartis/tidymodules

    145Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗145
  • strboul/supremeAvatar von strboul

    strboul/supreme

    59Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗59
  • devopifex/componentAvatar von devOpifex

    devOpifex/component

    29Auf GitHub ansehen↗

    Creating components for shiny inspired by Vue

    Create UI components inspired by modern frameworks.

    R
    Auf GitHub ansehen↗29
  • johncoene/packerJ

    JohnCoene/packer

    0Auf GitHub ansehen↗

    Website | Installation | Get Started | Book

    Framework for integrating JavaScript assets into R projects.

    Auf GitHub ansehen↗0
  • the-y-company/manyT

    the-y-company/many

    0Auf GitHub ansehen↗

    Use many directories to build R packages.

    Manage multiple directories for package development.

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

Unter-Tags erkunden

  • 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.