Hi everyone! I started https://github.com/polyfy/polylith/discussions/561 discussion to see if my view of Polylith as an architecture aligns with yours! Give it a read, and feel free to share your thoughts in the discussion!
Hi @tengstrand, I'll be experimenting on the cljs feature. Are there anything that I need to be aware of in advance? I was planning on reading https://github.com/furkan3ayraktar/clojure-polylith-realworld-example-app/tree/cljs-frontend. Do you think it's a good place to starT?
got it!
waiting fo https://clojurians.slack.com/archives/C013B7MQHJQ/p1747818207359529?thread_ts=1747799585.432399&cid=C013B7MQHJQ to be done!
Yes, that's the only documentation we have in place right now. I will continue to push new features to the cljs-support branch of the poly tool. For example, https://github.com/polyfy/polylith/blob/cljs-support/doc/configuration.adoc#components I have documented that we now read configuration from package.json files.
I'm working on the libs command right now, so that it will include npm libraries. My plan is to post to the polylith channel every time I push something useful to the cljs-support branch of the poly tool.
So we only read package.json configuration at the moment, but it's not used yet, which means the tool only understands things that are in deps.edn files at the moment. This will change going forward, so that we also use configuration in package.json files.