Skip to content

Releases: damianc/babel-plugin-react-jsx-directives

Release 1.4.0

03 Apr 18:54
Compare
Choose a tag to compare

Babel plugin that carries directives to React JSX:

  • rx-if / rx-else/rx-elseif
  • rx-for
  • rx-switch / rx-case / rx-default
  • rx-class

rx is the default prefix.
It can be changed with prefix option. The prefix must contain one or more lowercase characters.