cljsrn

joshmiller 2022-05-26T03:31:37.589059Z

I have to say, having shaved the yak of JS components and Storybook, the workflow is pretty amazing. Not only is Clojurescript better at handling state than JS is, by separating the two you remove all temptation to put too much state into your components.

👍 3
👍🏽 1
joshmiller 2022-05-29T19:59:37.739589Z

I have about half of one, I’ll finish it up and put it online this week.

joshmiller 2022-05-29T20:28:54.400689Z

@logan727 Actually it turns out it was easier to just add a PR to your repo demonstrating how to include JS in CLJS: https://github.com/loganrios/ksapp/pull/1

loganrios 2022-05-29T21:00:05.551879Z

Wow, thanks so much!! I really appreciate the expertise.

joshmiller 2022-05-29T21:05:02.571729Z

No problem! Let me know if you have any issues.

loganrios 2022-05-28T07:44:37.673369Z

I’m super curious about how you did this! I’ve been fighting getting Storybook + CLJS for the past two weeks, and nearly gave up before I saw your posts. Would you happen to have a sample project publicly available?