helix

2022-06-27T11:27:27.217929Z

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

2022-06-27T11:28:02.018879Z

We do not have one published yet, right ?

2022-06-27T17:31:55.443649Z

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

2022-06-27T21:59:13.602989Z

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 ! 🙂

2022-06-27T21:59:45.405519Z

That's the beauty of helix.

2022-06-27T22:01:09.911889Z

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

lilactown 2022-06-27T04:19:24.010759Z

react 18 should work just fine

lilactown 2022-06-27T04:19:39.810859Z

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

lilactown 2022-06-27T04:20:01.061199Z

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

lilactown 2022-06-27T04:20:35.869309Z

because of some of the changes in event bubbling