helix

https://github.com/Lokeh/helix
lilactown 2020-03-28T00:25:31.001900Z

about to start a new React Native project to mess around. been a couple years. excited to try out helix with it!

danielneal 2020-03-28T16:29:56.005100Z

@lilactown nice! keep us posted with any musings or discoveries

fabrao 2020-03-28T22:18:37.006800Z

Hello all, is there a way to use with other ui framework? In reagent we use [:> <ui_comp> ], how to I use with helix?

lilactown 2020-03-28T22:59:10.007500Z

helix and React Components are the same thing

lilactown 2020-03-28T22:59:49.008300Z

($ material-ui/Button "Button") works the same as a Button component defined in helix

lilactown 2020-03-28T23:00:32.009100Z

you’ll need to pay attention to props, if the external UI component takes a JS object as a prop then you’ll want to pass in a JS object