helix

Bryce Tichit 2021-11-01T15:25:56.065Z

Hey guys sorry for the delay, was travelling and didn't have Slack on my phone The idea of writing the logic in CLJS and the views in JS looks good, I have to say that I don't plan to hire a team (maybe a freelancer for short period) and plan to stay a solo dev. I think in the end whether my app will be in CLJS will depend if I outsource it or not, because I will not write JS code by myself I'm way better using CLJS because I'm a functional programmer. I think that CLJS is a better choice, will definitely look into the idea of having the logic in CLJS and the views in JS Thanks a lot !

alexdavis 2021-11-01T15:38:08.065300Z

you can see an example of a project that does it this way here https://github.com/juxt/card Its using helix + js, though there are some cljs views too, you can mix and match. Mainly we did js because we can copy paste from http://tailwindui.com rather than translating all the time, but its also useful for interop. JS isn’t so bad if you don’t do any logic in it

✅ 1
Bryce Tichit 2021-11-01T16:15:45.066Z

Thanks a lot !

Bryce Tichit 2021-11-01T16:39:11.067800Z

It's pure gold, I'm definitely going the road of views in JS/logic in CLJS thanks a lot for sharing

Bryce Tichit 2021-11-01T16:39:41.068200Z

Just looked at the code, I have to say it's really nice