2 repository-uri
Compilation processes specifically targeting the conversion of React JSX and components into optimized JavaScript.
Distinct from Component Compilers: Focuses on the transpilation of React syntax, whereas Component Compilers [f0_mt5] focuses on general tree optimization.
Explore 2 awesome GitHub repositories matching user interface & experience · React Transpilation. Refine with filters or upvote what's useful.
This project is a high-performance compiler written in Rust that transpiles TypeScript and ECMAScript into compatible JavaScript code. It functions as a TypeScript transpiler, a JavaScript minifier, and a JavaScript bundler. The system distinguishes itself through a WebAssembly plugin host that allows the execution of custom transformation rules without modifying the core binary. It also provides specialized compilation for React source code to improve runtime performance and reduce execution overhead. The broader capability surface includes source-to-source compilation, type annotation stri
Transforms React source code and applies compiler optimizations to improve runtime performance.
react-live is a suite of tools for in-browser React transpilation, live editing, and interactive documentation. It provides a React component for building live playgrounds where source code is transpiled and rendered in real time, accompanied by a live code editor that offers syntax highlighting and immediate visual feedback. The project enables the creation of living documentation by embedding editable React code examples alongside their rendered output. It supports the execution of editable markup or functional components, allowing users to modify code and observe the resulting behavior ins
Converts React JSX and component source code into executable JavaScript directly within the browser.