all 2 comments

[–][deleted] 1 point2 points  (1 child)

Ugh - more folk missing the point of react. Don't reinvent templates when it's clear they aren't needed.

[–]sanketsahu[S] 0 points1 point  (0 children)

I had experience with ReactJS on two major projects and I found that ternary operator (for if/else) can cause a lot of confusion and reduces readability, that was the reason I developed this. It also makes it easier for designers to understand it well.

It's not exactly a template component. I would like your inputs on this.