5 Repos
Mechanisms for consuming existing React components and design systems as drag-and-drop building blocks.
Distinguishing note: No candidate covers integrating existing codebases into a visual builder; closest candidates are unrelated existence checks.
Explore 5 awesome GitHub repositories matching web development · Existing Codebase Integrations. Refine with filters or upvote what's useful.
Vue Native is a framework that compiles Vue.js single-file components into React Native primitives, enabling developers to build native iOS and Android applications using Vue syntax. At its core, it provides a build-time compiler that transforms Vue components into React components, while hooking Vue's dependency-tracking reactivity system into React's component lifecycle to trigger re-renders when observed data changes. The framework wraps React Native's native module bridge so Vue components can access device APIs through Vue's reactivity system, and maps Vue's component syntax to React Nat
Provides integration procedures for adding Vue component support to existing React Native applications.
Consumes existing React components and design systems as drag-and-drop building blocks.
Ant Design Blazor is a library of enterprise-class UI components that implement the Ant Design visual language for Blazor applications. It provides a complete set of pre-built, high-quality components designed for building professional web interfaces in complex business applications. The library is distributed as a single NuGet package that integrates into existing Blazor projects through standard dependency injection, and also offers template-based project scaffolding for generating new project structures. It supports multiple hosting models, allowing the same components to run across WebAss
Adds the component library to existing web projects by installing a single package.
Dragonfly is a peer-to-peer file distribution system designed to accelerate large-scale file and container image delivery across clusters. It splits files into small pieces that peers exchange independently, enabling parallel downloads from multiple sources while a central scheduler assigns parent peers based on real-time load metrics. The system integrates with existing tools through an HTTP proxy interface and uses gRPC for internal communication between peers and the scheduler. The system distinguishes itself through automatic integrity verification at the piece level, ensuring every downl
Works with container runtimes, registries, and download tools through HTTP/HTTPS proxy or gRPC without modifying them.
Dieses Projekt ist ein Tutorial und Bildungsleitfaden für plattformübergreifende mobile Entwicklung. Es bietet einen strukturierten Lehrplan mit Lektionen und Codebeispielen, die darauf ausgelegt sind, Benutzern beizubringen, wie man mobile Benutzeroberflächen mithilfe eines JavaScript-basierten Frameworks erstellt. Das Material konzentriert sich auf mehrere spezialisierte Bereiche, darunter einen Kurs zur Erstellung responsiver Interfaces mit dem Flexbox-Layout-Modell, Leitfäden zur mobilen Komponentenarchitektur für den Aufbau wiederverwendbarer UI-Elemente und Tutorials zur Integration von nativem Code für den Zugriff auf plattformspezifische APIs unter iOS und Android. Der Lehrplan deckt ein breites Spektrum an Fähigkeiten ab, einschließlich UI-Entwicklung, responsivem Layout-Design, Komponenten-Zustandsverwaltung und der Implementierung gängiger mobiler Interface-Elemente wie Navigationsleisten und Bild-Karussells. Er enthält zudem Anleitungen zum Projekt-Bootstrapping, zur Verwaltung von Entwicklungsservern und zur Verwendung deklarativer Syntax zur Definition von UI-Strukturen.
Provides tutorials on connecting JavaScript logic to platform-specific Swift or Objective-C APIs for hardware access.