▲ A tiny(125B) module for making css className!! at github.com▼4 up and 1 down, posted by TroyTae 1960 days ago 4 comments
tracker1 1957 days ago. link parent 2 points ▲ ▼Two biggest reasons, I like the syntax, and using object de/structuring... export default ({ foo, children }) => ( <div className={classNames( 'some-component', { foo } )}> {children} </div> );