the-nodejs-meetup / ATX-Talks

2 stars 0 forks source link

Lightning Talk on Linaria #3

Open chrisabrams opened 4 years ago

chrisabrams commented 4 years ago

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

mateodelnorte commented 4 years ago

Looks great. Would love to have you do this for March 18. Up for that?