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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Frameworks für die mobile Entwicklung

Ranking aktualisiert am 30. Juni 2026

For a cross platform mobile development framework, the strongest matches are ionic-team/capacitor (Capacitor is a cross-platform framework that enables building native), unoplatform/uno (This framework enables building native applications for multiple platforms) and expo/expo (Expo is a comprehensive framework that enables building native). ionic-team/ionic-framework and apache/incubator-weex round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Entdecke die besten Apache Cordova-Alternativen für die mobile Entwicklung. Vergleiche erstklassige Frameworks nach Aktivität und Features, um die beste Lösung zu finden.

Frameworks für die mobile Entwicklung

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ionic-team/capacitorAvatar von ionic-team

    ionic-team/capacitor

    15,054Auf GitHub ansehen↗

    Capacitor is a cross-platform mobile framework that enables developers to build native applications using web technologies. It functions as a hybrid app container, wrapping web assets within a native runtime that provides a standardized bridge to device hardware and system-level services. By exposing native functionality through a plugin-based architecture, it allows web applications to access platform-specific features while maintaining a consistent interface across mobile and desktop environments. The project distinguishes itself by maintaining native project files as source assets, allowin

    Capacitor is a cross-platform framework that enables building native mobile applications using web technologies by providing a standardized bridge to native device features, fulfilling all the requirements for a single-codebase hybrid development tool.

    TypeScriptWeb-Native Integration Bridges
    Auf GitHub ansehen↗15,054
  • unoplatform/unoAvatar von unoplatform

    unoplatform/uno

    9,974Auf GitHub ansehen↗

    Uno is a cross-platform development framework used to build native mobile, web, desktop, and embedded applications from a single C# and XAML codebase. It provides a native UI framework that renders visual elements across different operating systems using shared layout and styling rules. The platform features a hot reload development environment that allows for the modification of code and layouts in a running application without restarting the process. It supports a dual-mode rendering system, offering a choice between a shared cross-platform canvas and native platform controls. The framewor

    This framework enables building native applications for multiple platforms from a single codebase, though it relies on C# and XAML rather than the web technologies (HTML/CSS/JS) specified in your request.

    C#Hot ReloadingHot-Reloading Systems
    Auf GitHub ansehen↗9,974
  • expo/expoAvatar von expo

    expo/expo

    50,111Auf GitHub ansehen↗

    Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit

    Expo is a comprehensive framework that enables building native iOS and Android applications from a single codebase using React and web-standard technologies, providing the full suite of required features including a native bridge, hot reloading, and offline capabilities.

    TypeScriptCross-Platform FrameworksCloud Build ServicesMobile CI/CD Pipelines
    Auf GitHub ansehen↗50,111
  • ionic-team/ionic-frameworkAvatar von ionic-team

    ionic-team/ionic-framework

    52,539Auf GitHub ansehen↗

    Ionic Framework is a cross-platform UI toolkit and hybrid app framework used to build native-quality mobile and progressive web applications using HTML, CSS, and JavaScript. It functions as a web component library that enables the deployment of a single codebase across iOS, Android, and the web. The framework features a platform-adaptive design system that automatically switches the visual style of components to match the design patterns of the host operating system. It utilizes a web-component-based architecture with CSS custom properties for global theming and specialized bindings to synchr

    Ionic is a comprehensive cross-platform framework that enables building native-quality mobile applications from a single codebase using standard web technologies, complete with hot reload and native bridge support via Capacitor.

    TypeScriptApp FrameworksCross-Platform UI ToolkitsAdaptive Styling
    Auf GitHub ansehen↗52,539
  • apache/incubator-weexAvatar von apache

    apache/incubator-weex

    13,622Auf GitHub ansehen↗

    Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra

    Weex is a cross-platform framework that enables building native mobile applications using JavaScript and a native UI bridge, fitting the core requirements for a web-technology-based mobile development tool.

    C++JavaScript-to-Native Bridges
    Auf GitHub ansehen↗13,622
  • apache/cordova-cliAvatar von apache

    apache/cordova-cli

    964Auf GitHub ansehen↗

    Cordova CLI is a command-line interface that enables the development of native mobile applications using standard web technologies. It functions as a unified environment that transforms HTML, CSS, and JavaScript assets into installable binary packages for multiple mobile operating systems. By acting as a facade over platform-specific build chains, the tool automates the conversion of web-based source code into native applications. The system distinguishes itself through a modular plugin architecture that bridges web-based applications with native hardware capabilities, such as cameras and sen

    Cordova is a foundational hybrid mobile framework that enables you to build native applications from a single codebase using standard web technologies and a plugin-based bridge to native hardware.

    JavaScriptWeb-Native Integration Bridges
    Auf GitHub ansehen↗964
  • facebook/react-nativeAvatar von facebook

    facebook/react-native

    126,019Auf GitHub ansehen↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    React Native is a cross-platform framework that enables building native mobile applications from a single codebase, though it uses a native-component model rather than rendering web technologies like HTML/CSS directly.

    C++JavaScript-to-Native BridgesMultiplatform Code Sharing
    Auf GitHub ansehen↗126,019
  • nativescript/nativescriptAvatar von NativeScript

    NativeScript/NativeScript

    25,446Auf GitHub ansehen↗

    NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features. The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by

    NativeScript is a cross-platform framework that enables building native mobile applications using JavaScript or TypeScript, though it renders native UI widgets rather than using a web-view-based approach.

    TypeScriptJavaScript-to-Native Bridges
    Auf GitHub ansehen↗25,446
  • dcloudio/uni-appAvatar von dcloudio

    dcloudio/uni-app

    41,549Auf GitHub ansehen↗

    uni-app is a cross-platform framework for building mobile and web applications from a single Vue.js codebase. It provides a multi-platform app compiler and a cross-platform UI library to ensure consistent behavior and visual presentation across different operating systems. The project features a native API bridge and a universal plugin system that wrap native SDKs into a unified interface, allowing developers to access device hardware and operating system functions. It utilizes a specialized rendering engine and native performance compilation to bypass standard document overhead and achieve h

    uni-app is a cross-platform framework that uses Vue.js to compile a single codebase into native mobile and web applications, providing the necessary bridge to access native device features and hardware.

    Objective-CComponent ArchitectureCross-Platform UI ToolkitsComponent Compilers
    Auf GitHub ansehen↗41,549

Related searches

  • Mobile Entwicklung
  • Lernpfad für Mobile-Entwickler
  • Mobile app framework
  • ein Security-Scanner für mobile Apps
  • a framework for building progressive web apps
  • Starter-Template für Ionic Capacitor-Apps
  • plattformübergreifendes Framework für Desktop-Anwendungen
  • ein Framework für plattformübergreifende Desktop-Apps