Echo JS 0.11.0

<~>
sylvainpv 2524 days ago. link 5 points
How is this different than { condition && <MyComponent {...props} /> } ?

Replies

deerloper 2524 days ago. link 1 point
It's just a sugar syntax on top of this idea. With Mayre you get a better monad-like syntax. Longer and more complex conditions are possible, for example. Or easier props composition in terms of indentation.