helix 2022-06-27

Helix widgets with cljs data sctrutures can be used with others libraries in cljs. It looks like helix is well positioned for this.

We do not have one published yet, right ?

Can anyone share a recipe for wrapping material ui widgets for use in a defnc? Edit: figured it out

Each defnc wraps the props as mfikes/cljs-bean, so : I have to remember this, because I've forgotten couple of times : A helix component is a javascript/react component ! 🙂

That's the beauty of helix.

You believe what you see. I saw cljs structures on console log and I started to believe that it was clj 🙂

react 18 should work just fine

there's no breaking changes in the API that helix uses

your app might not transition easily though... we're still stuck on react 16 at work

because of some of the changes in event bubbling