MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p
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
React Native is a cross-platform mobile framework used to build native iOS and Android applications from a single codebase. It provides a native UI component library of declarative components that map directly to native platform interface controls. The environment enables a mobile app iteration workflow that supports immediate interface updates after changing source files, bypassing full native build cycles. The framework covers cross-platform app development and native mobile UI development, allowing for the creation of applications that render native components rather than web views.
This project is a TypeScript mobile application scaffold and framework template for building cross-platform iOS and Android applications. It provides a standardized architectural starting point that emphasizes a separation of concerns by isolating business logic from the user interface. The template functions as an architecture kit with built-in support for environment-aware configurations, allowing different API secrets and settings across development and production builds. It also serves as an internationalized starter project featuring dynamic visual theme injection and multi-language loca
Small هو إطار عمل إضافي (Plugin) عبر الأنظمة الأساسية وأداة نمذجة مصممة لتقسيم تطبيقات الهاتف المحمول المتجانسة إلى مكونات مستقلة. يوفر بنية هاتف محمول معيارية تسمح للمطورين بتقسيم التطبيقات إلى إضافات مفصولة لتقليل تعقيد النظام واستخدام الذاكرة عبر أنظمة تشغيل متعددة.
الميزات الرئيسية لـ wequick/small هي: Plugin-Based Architectures, Dynamic Module Loading, Service Dependency Wiring, Application Modularization Frameworks, Cross-Platform Application Development, Cross-Platform Frameworks, Mobile Application Architectures, Cross-Platform Abstraction Layers.
تشمل البدائل مفتوحة المصدر لـ wequick/small: didi/mpx — MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from… apache/incubator-weex — Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating… react/react-native — React Native is a cross-platform mobile framework used to build native iOS and Android applications from a single… thecodingmachine/react-native-boilerplate — This project is a TypeScript mobile application scaffold and framework template for building cross-platform iOS and… nonebot/nonebot2 — Nonebot2 is an asynchronous Python framework for building event-driven chatbots across multiple messaging platforms.… android/kotlin-multiplatform-samples — This repository provides a collection of reference implementations for building mobile applications using the Kotlin…