Sergey Lapin

Results 4 comments of Sergey Lapin

@lifepillar alright, will try that, thanks for response.

I guess there is no example how to use belle with react-themeable, right? I guess the main discussion continues here https://github.com/nikgraf/future-react-ui/issues/1 and react-themeable highly recomended, @nikgraf could you give an...

I have a feeling that contexts suits as well for theming as it suites great for localization and I just don't get a fear that a lot of people have...

@andreypopp Basically to theme whatever Component I want in any position in the tree. ``` ``` I need to pass props here through `Component1` to reach `Component2`, with context approach...