Would you like to present a Lightning Talk or Feature Talk
[x] Lightning Talk (5 to 15 mins)
[ ] Feature Talk (30 to 60 mins)
What's your talk title?
A quick introduction to Linaria
What's your talk description?
Linaria is a different CSS-in-JS project in that it extracts the .css instead of evaluating the styles at runtime via JS. Any logic associated with styling can be written in JS and any values applied to CSS properties are evaluated at build time removing the need for a runtime. I introduced this at GoDaddy as our design system had the unique requirements to support React as well as no-JS-framework environments.
Do you have any links or materials you'd like to share?
Thanks for submitting a talk to Austin Node.js!
Would you like to present a Lightning Talk or Feature Talk
What's your talk title?
A quick introduction to Linaria
What's your talk description?
Linaria is a different CSS-in-JS project in that it extracts the
.css
instead of evaluating the styles at runtime via JS. Any logic associated with styling can be written in JS and any values applied to CSS properties are evaluated at build time removing the need for a runtime. I introduced this at GoDaddy as our design system had the unique requirements to support React as well as no-JS-framework environments.Do you have any links or materials you'd like to share?
https://github.com/callstack/linaria