1 个仓库
Processes for mapping nested elements and structural layouts between different UI framework content systems.
Distinct from Cross-Framework: Distinct from Cross-Framework compilers: focuses on the mapping of nested content and slots at runtime rather than compiling syntax.
Explore 1 awesome GitHub repository matching user interface & experience · Cross-Framework Content Mapping. Refine with filters or upvote what's useful.
Vuera 是一个兼容层和互操作性桥梁,旨在实现 Vue 和 React 之间的共享渲染。它提供了一组包装器,允许将一个框架的组件嵌入并渲染到另一个框架中。 该项目专注于跨框架组件集成,允许两个框架在单个项目中并存。这支持在不同生态系统中使用共享 UI 库,并实现 Vue 和 React 之间的增量迁移。 该系统通过在两个框架之间映射插槽 (slots) 和子属性来处理嵌套元素的传输。它还管理组件和内容映射的交换,以维护结构布局。
Passes nested elements and children between Vue and React components while maintaining structural layout and slots.