Rax framework integration for Weex, enabling React-like development for cross-platform native mobile apps. Current stable version is v0.6.5, but the project is in maintenance mode with no active development since 2020. It provides a bridge between Rax (Alibaba's React-like library) and Weex's native rendering engine, allowing developers to write components using Rax APIs and run them on Weex. Key differentiators include custom builtin modules via factory pattern and integration with weex-jsfm for native rendering. The latest releases (v1.x) are for the parent Rax project; this package is still at v0.6.5.
npm install weex-rax-frameworkVerified import paths — ran on the pinned version, not inferred.
Shows how to configure webpack to build a weex-rax-framework bundle using RaxPlugin.
Migrate to rax-weex package for continued support.
Update custom builtin modules to use the factory pattern as described in the README.
Use 'import Rax from 'weex-rax-framework'' and access Rax APIs via the 'rax' package separately.
Verify the file exists in node_modules or use the correct subpath: 'weex-rax-framework/dist/builtin.js'
Run 'npm install rax' to add the required dependency.
Use 'import { createElement } from 'rax'' instead of from 'weex-rax-framework'.