Fork me on GitHub
#helix
<
2022-06-27
>
lilactown04:06:24

react 18 should work just fine

lilactown04:06:39

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

lilactown04:06:01

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

lilactown04:06:35

because of some of the changes in event bubbling

geraldodev11: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.

geraldodev11:06:02

We do not have one published yet, right ?

colliderwriter17:06:55

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

geraldodev21:06:13

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

geraldodev21:06:45

That's the beauty of helix.

geraldodev22:06:09

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