1 Repo
Custom serializers that parse component structures into additional languages or framework-specific implementations.
Distinct from Compiler-based Framework Support: Distinct from Compiler-based Framework Support: focuses on the extensibility of the serializer logic rather than general framework support.
Explore 1 awesome GitHub repository matching web development · Serializer Extensions. Refine with filters or upvote what's useful.
Mitosis is a cross-framework compiler that transforms a single JSX-based source into native components for multiple frontend libraries simultaneously. It functions as a multi-target UI library builder, allowing developers to maintain a single source of truth for design systems while generating production-ready code for diverse environments including React, Vue, Angular, and Svelte. The system operates by parsing unified component code into an intermediate JSON representation, which serves as the foundation for all downstream framework generators. This architecture utilizes a visitor-based tra
Creates custom serializers that parse component structures into additional languages or framework-specific implementations to expand the range of supported output targets.