Fork me on GitHub
#joyride
<
2023-12-03
>
djblue03:12:22

Since I've been doing more with joyride recently, I started missing having portal for debugging. https://github.com/djblue/portal/pull/204/files#diff-0a2bc224348485b5f2d0f815b9aabd389f1881f5eb2f208720294942f82101c0 is my initial implementation for what consuming portal via joyride would look like. Feedback is welcome. Also, having clojure's tap> facility would be awesome.

🎉 2
djblue03:12:23

My goal is that everything feels like it would from a typical clojure project.

djblue03:12:18

I'm still working on seamlessly getting clojure values from the joyride cljs build into the portal cljs build. Since both are part of different cljs builds, the underlying types will differ.

jwhitlark22:12:11

Oh, that would be so helpful. Joyride is lovely, but some of the things I've tried to do were very hard due to visibility.