2 مستودعات
Specialized compiler transformations that optimize React source code for runtime performance.
Distinct from Component Compilers: Focuses on improving React runtime performance through compiler-level optimizations, not just framework transformation.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · React Optimizations. 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 and reduce execution overhead.
This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It functions as a JavaScript minifier that uses the Babel toolchain to reduce file size by removing unnecessary characters and whitespace while preserving program logic. The tool is distinguished by its ability to process experimental language proposals and transform modern syntax into browser-compatible versions. It provides specialized handling for React JSX transpilation and strips type annotations from TypeScript files to produce compressed production assets. The system cove
Implements compiler transformations that inline constant elements and mark static content to optimize React runtime performance.