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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Frameworks de desarrollo móvil

Clasificación actualizada el 30 jun 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.

Explora las mejores alternativas a Apache Cordova para desarrollo móvil. Compara los frameworks mejor valorados según su actividad y funcionalidades para encontrar la opción ideal.

Frameworks de desarrollo móvil

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ionic-team/capacitorAvatar de ionic-team

    ionic-team/capacitor

    15,054Ver en GitHub↗

    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
    Ver en GitHub↗15,054
  • unoplatform/unoAvatar de unoplatform

    unoplatform/uno

    9,974Ver en GitHub↗

    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
    Ver en GitHub↗9,974
  • expo/expoAvatar de expo

    expo/expo

    50,111Ver en GitHub↗

    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
    Ver en GitHub↗50,111
  • ionic-team/ionic-frameworkAvatar de ionic-team

    ionic-team/ionic-framework

    52,539Ver en GitHub↗

    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
    Ver en GitHub↗52,539
  • apache/incubator-weexAvatar de apache

    apache/incubator-weex

    13,622Ver en GitHub↗

    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
    Ver en GitHub↗13,622
  • apache/cordova-cliAvatar de apache

    apache/cordova-cli

    964Ver en GitHub↗

    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
    Ver en GitHub↗964
  • facebook/react-nativeAvatar de facebook

    facebook/react-native

    126,019Ver en GitHub↗

    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
    Ver en GitHub↗126,019
  • nativescript/nativescriptAvatar de NativeScript

    NativeScript/NativeScript

    25,446Ver en GitHub↗

    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
    Ver en GitHub↗25,446
  • dcloudio/uni-appAvatar de dcloudio

    dcloudio/uni-app

    41,549Ver en GitHub↗

    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
    Ver en GitHub↗41,549

Related searches

  • Desarrollo móvil
  • ruta de aprendizaje para ingenieros móviles
  • Mobile app framework
  • un escáner de seguridad para aplicaciones móviles
  • a framework for building progressive web apps
  • plantilla de inicio para aplicaciones con Ionic Capacitor
  • framework multiplataforma para aplicaciones de escritorio
  • un framework para crear aplicaciones de escritorio multiplataforma