scittle

Benjamin 2023-01-12T18:57:50.607699Z

https://github.com/babashka/sci.configs/blob/main/src/sci/configs/re_frame/re_frame.cljs do I interpret this correctly that scittle makes a re-frame.core namespace but not re-frame.db? I wanted to inspect and maybe manually set my db maybe there is a way

Benjamin 2023-01-12T18:58:53.803969Z

I know a way, I can quickly register and dispatch a foo event handler

borkdude 2023-01-12T19:09:04.476059Z

yeah, that's possible :) we can also just expose the re-frame.db namespace, this requires a PR in sci.configs

😀 1