Fork me on GitHub
#fulcro
<
2021-05-02
>
dvingo23:05:11

Has anyone tried running fulcro in self-hosted clojurescript? The motivation is a web-hosted playground to try out fulcro - for example, could make the fulcro dev guide examples live and editable

Jakub Holý (HolyJak)13:05:53

Discussed before. I think it's complicated due to the macros added for Server side rendering support. Would be great if someone tried to do it (again?)

dvingo14:05:16

Thanks for the info - another thought I had was extracting a subset of fulcro that would work in self-host - maybe the 3.5 raw ns?

Jakub Holý (HolyJak)15:05:22

No idea. But just try it and see. Perhaps excluding some ns would be easiest way forward...

tony.kay15:05:16

not going to be easy

wilkerlucio04:05:49

I think and easier path is to use standard cljs, and make extensions using SCI, this way you can allow user code to use the things already compiled from cljs

Jakub Holý (HolyJak)22:05:15

I'm sorry, I do not get it, how does Sci help run Fulcro Clojure macros in pure cljs?