polylith

tengstrand 2025-09-02T11:43:47.043579Z

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!

✅ 1
2025-09-02T04:19:19.910739Z

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?

2025-09-04T03:30:21.897009Z

got it!

tengstrand 2025-09-02T06:49:27.926859Z

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.

tengstrand 2025-09-02T06:55:40.427809Z

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.

❤️ 1