1 repositorio
Procedures and packages for adding a different framework's component system into an existing React Native application.
Distinct from Existing Codebase Integrations: Distinct from Existing Codebase Integrations: specifically targets React Native as the host platform, not general web codebases.
Explore 1 awesome GitHub repository matching web development · React Native 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.