rtsao / hokusai

:ocean: Modern static site generator
MIT License
64 stars 2 forks source link

Better styling syntax #5

Open rtsao opened 7 years ago

rtsao commented 7 years ago

The current styletron babel plugin is a bit clunky.

A few ideas 1) Just intercept the style prop and use a global singleton styletron instance under the hood 2) Use a "styled-components" helper function

rtsao commented 7 years ago

I'm now thinking option 1 is the better option here since the only time a global singleton is problematic is with rendering within iframes, which isn't really a common use case. Then everything is just plain JSX.