babel-plugin-jsx-base-component
babel-plugin-jsx-base-component copied to clipboard
Control exists component or component type for jsx
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
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...