Nate Kohari
Nate Kohari
+1 :)
@landitus Do we still want an `inline` layout for forms?
Ah, good point!
@landitus Could you provide a description of this task when you have a chance?
Yeah, support for removing items is currently very half-baked. I added `rem()` primarily to clean up my test teardown methods, but realized there would probably be value in keeping it...
I find that assigning optional components to variables helps for clarity, for example: ``` jsx function Profile({ user }) { let avatar; if (user) { avatar = ; } return...
It's definitely dormant. It worked well for what I needed it for, but it's never seen real battle. :) If you have ideas on how to extend it, feel free...