scittle

2022-11-08T20:48:26.992139Z

Scittle reagent does not expose r/create-class, correct? Any way to implement lifecycle methods in scittle reagent?

borkdude 2022-11-08T21:28:49.505569Z

@laheadle Can confirm that it's there: https://babashka.org/scittle/codemirror.html Execute

(require '[reagent.core :as r]
         '[reagent.dom :as rdom])

(prn r/create-class)
in there

2022-11-08T21:34:14.701439Z

Thanks, I was on 0.0.1 - as is babashka-scittle-guestbook. I see it after upgrading