babel-plugin-jsx-base-component icon indicating copy to clipboard operation
babel-plugin-jsx-base-component copied to clipboard

Control exists component or component type for jsx

Results 3 babel-plugin-jsx-base-component issues
Sort by recently updated
recently updated
newest added

Unfortunately the plugin stopped working with the latest version of babel AST tooling. More specifically, it creates a variable declaration in a wrong place where the AST becomes invalid. Builds...

In most cases `Fragment` is a better choice as a base component, which allows to not pollute DOM with unneeded `div`s

enhancement

In most of cases the plugin is used for `exists` feature but component switch is used really rare. Please make 2 plugins: one for component switch (`Base` component itself) and...