constelation / monorepo

Mono repo for constelation's Components, functions, and CONSTANTS
https://constelation.github.io/monorepo/
MIT License
12 stars 3 forks source link

SPIKE: Fela #35

Closed kylpo closed 7 years ago

kylpo commented 7 years ago

Could be more performant. Has support for themeing and react native.

http://fela.js.org/docs/guides/UsageWithReact.html

https://medium.com/@rofrischmann/styles-as-functions-of-state-1885627a63f7#.9s9uglt7e https://github.com/rofrischmann/fela/blob/master/packages/react-fela/docs/createComponent.md

kylpo commented 7 years ago

fela/packages/fela-monolithic at master · rofrischmann/fela

fela/packages/fela-plugin-named-media-query at master · rofrischmann/fela

kylpo commented 7 years ago

fela might help, but only a little. All css-in-js libs sacrifice a bit of performance for convenience. I'm waiting for the one that'll compile away via a babel transform.