Creates a new ComponentCompiler instance
Optionalconfig: Partial<CompilerConfig>Optional compiler configuration
Clears the compilation cache
Compiles a React component from source code
Compilation options
Promise resolving to compilation result
Gets current cache size
Number of cached components
Sets the Babel instance to use for compilation
The Babel standalone instance
Updates compiler configuration
New configuration options
Platform-agnostic React component compiler. Transforms JSX/React component source code into executable JavaScript.