Idiomatic way to bind to styled-components


#1

We’re starting a new internal project at work, and I want to try to bootstrap it from the beginning with ReasonReact. I’m wondering what’s the best way to write the bindings to our uikit which is all written with styled-components.


#2

you just write binding like normal react component. but you maybp need some automation because writing bindings is boring and repetitive task