Hi there š, welcome! Please introduce yourself, and if you have a question, please use this: https://help.glamorous.rocks
kentcdodds on v5.0.0
kentcdodds on deprecate
kentcdodds on master
fix: officially deprecate the p⦠(compare)
kentcdodds on deprecate
fix: officially deprecate the p⦠(compare)
kentcdodds on update-stuff
kentcdodds on master
chore: update all things so it ⦠(compare)
const Link = ({ href, children }) =>
<Div css={{
padding: '5px',
}}>
<a href={href}>
{children}
</a>
</Div>
h1
, div
, etc.), check it out https://adrianperez.codes/glamorous-in-next-js-with-native-elements-styling/
withProps
(the recompose variant is way more painful to work with than the glamorous one), b) typing (the emotion TypeScript types are a little 'immature').