wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

rt-else, rt-else-if, rt-switch, rt-case, rt-default #207

Open nippur72 opened 7 years ago

nippur72 commented 7 years ago

for completeness we should support the conditional attributes rt-else and rt-else-if. I noticed that when you have a complex if the resulting template tends to be rather clumsy.

Possibly we should support rt-switch and rt-case/rt-default too.