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
·

3 Repos

Awesome GitHub RepositoriesPlatform-Specific File Resolution

Build-time mechanisms that select specific implementation files based on environment-specific extensions.

Distinct from Platform-Specific Logic Adapters: None of the candidates cover build-time file extension resolution for loading platform-specific logic.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Platform-Specific File Resolution. Refine with filters or upvote what's useful.

Awesome Platform-Specific File Resolution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nandorojo/solitoAvatar von nandorojo

    nandorojo/solito

    4,093Auf GitHub ansehen↗

    Solito is a cross-platform navigation library and routing bridge that enables the development of mobile apps and web pages from a single codebase using React Native and Next.js. It functions as an orchestrator that synchronizes file-system based routing and screen logic across both platforms. The project provides a unified navigation interface that maps a single set of URLs to either web pages or native screens. This allows for synchronized linking and route parameters, ensuring that users land on the correct content regardless of whether they are using a browser or a mobile application. The

    Implements build-time mechanisms to select implementation files based on environment-specific extensions like .web.js or .native.js.

    TypeScript
    Auf GitHub ansehen↗4,093
  • react-native-community/react-native-template-typescriptAvatar von react-native-community

    react-native-community/react-native-template-typescript

    1,893Auf GitHub ansehen↗

    A minimalist project template that bootstraps cross-platform mobile applications with built-in TypeScript support. It functions as a development configuration package that enforces static type checking for mobile applications during the build process. The scaffolding process generates a clean and minimalist starting structure for mobile applications using the standard command line interface. It sets up a mobile development workspace with native rendering pipelines and build tools ready for immediate coding, targeting both iOS and Android platforms.

    Selects platform-specific source files automatically using file extensions like .ios.ts or .android.ts.

    Javaboilerplatejestreact-native
    Auf GitHub ansehen↗1,893
  • valderman/haste-compilerAvatar von valderman

    valderman/haste-compiler

    1,482Auf GitHub ansehen↗

    Haste-compiler is a source-to-source compiler and web framework that translates Haskell source code into JavaScript programs for execution in web browsers and server environments. It enables the creation of unified web applications from a single type-safe codebase, automatically generating communicating client and server binaries while preserving static type guarantees across tiers. The system translates high-level code through an existing compiler infrastructure paired with custom code generators, supported by an AST-based optimization and minification pipeline for producing lean deployment

    Resolves platform-specific source files automatically using file-extension patterns during the build phase.

    Haskellcompilerghchaskell
    Auf GitHub ansehen↗1,482
  1. Home
  2. Software Engineering & Architecture
  3. Platform-Specific File Resolution