Echo JS 0.11.0

<~>
jaleksic 2455 days ago. link parent 2 points
You could just as well prepare several atomic css classes and reuse them in a tachyons fashion. Instead of importing a component and passing various people in jsx, you would just create a div and give it several classes. You don't have to create new specific classes each time, just go `<div className='flex-container flex-v-center flex-self-v-center'>` or whatever suits you. In fact, yes one needs a framework of some kind but I think it should be based on CSS and reuse of CSS classe

Replies

jaleksic 2455 days ago. link 1 point
Haha autocorrect. Passing down people is not exactly the same as passing down props :)