awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesType Compositions

Combining existing types through unions, intersections, generics, and mapped types to model real-world data structures.

Distinct from Generic Types: Distinct from Generic Types: focuses on composing multiple types together rather than parameterizing a single type.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Type Compositions. Refine with filters or upvote what's useful.

Awesome Type Compositions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gibbok/typescript-bookالصورة الرمزية لـ gibbok

    gibbok/typescript-book

    10,317عرض على GitHub↗

    The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.

    Teaches how to combine types using unions, intersections, generics, and mapped types.

    JavaScriptbookfreejavascript
    عرض على GitHub↗10,317
  • arktypeio/arktypeالصورة الرمزية لـ arktypeio

    arktypeio/arktype

    7,780عرض على GitHub↗

    Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida

    Builds sophisticated data models by combining recursive types, branded types, and complex constraints.

    TypeScriptjavascriptparsingruntime-typechecking
    عرض على GitHub↗7,780
  • johnsundell/swifttipsالصورة الرمزية لـ JohnSundell

    JohnSundell/SwiftTips

    4,014عرض على GitHub↗

    SwiftTips is a curated collection of guides, libraries, and design patterns focused on Swift language mastery, application architecture, and API design. It provides a technical resource for implementing advanced coding techniques and architectural best practices. The project emphasizes creating type-safe and conversational interfaces through strategic protocol composition and generics. It offers specialized patterns for building modular UI systems and managing complex view hierarchies, alongside comprehensive strategies for unit testing and dependency injection. The resource covers a broad s

    Combines multiple single-purpose protocols into a composite type alias for reusable conformance.

    عرض على GitHub↗4,014
  • mithi/react-philosophiesالصورة الرمزية لـ mithi

    mithi/react-philosophies

    3,728عرض على GitHub↗

    This project is a collection of architectural guidelines and design patterns for building applications with the React library. It provides a framework for organizing frontend architecture, component design standards, and state management strategies to reduce technical debt and complexity. The guide emphasizes a modular approach to component design, focusing on the separation of business logic from the user interface and the use of primitive props to ensure single responsibility. It advocates for a testing philosophy centered on user behavior and integration outcomes rather than internal imple

    Uses intersections and composition to create modular data definitions instead of monolithic hierarchies.

    clean-codehacktoberfestreact
    عرض على GitHub↗3,728
  1. Home
  2. Programming Languages & Runtimes
  3. Generic Types
  4. Type Compositions

استكشف الوسوم الفرعية

  • Composition Type DefinitionsProvides type-safe structures for defining video composition parameters and content. **Distinct from Type Compositions:** Distinct from general type compositions: focuses on the type-safety of video composition structures rather than general data modeling.
  • ProtocolCombining multiple protocols into a single named type using type aliases. **Distinct from Type Compositions:** Specifically addresses the use of type aliases to group protocols, distinct from general algebraic or union type compositions.