jsx-jstl-conditionals

1.0.5 • Public • Published

A small babel plugin package designed to make transitioning from jstl to jsx simpler.

<ForEach var='thisItem' items={items} index='index'>
    {thisItem}
</ForEach>

<If test={condition}>
    contents
</If>

<Choose>
    <When test={condition}>
        if
    </When>
    <Otherwise>
        else
    </Otherwise>
</Choose>

Pretty much a clone of jsx-control-statements but more customized for my experiences.

Dependents (0)

Package Sidebar

Install

npm i jsx-jstl-conditionals

Weekly Downloads

29

Version

1.0.5

License

ISC

Unpacked Size

14.4 kB

Total Files

9

Last publish

Collaborators

  • squidsquidson