has anyone added a non cljs front end to a clj polylith project?
i'm thinking of a project with a backend base and a frontend base since the app my colleague and i intend to write won't leverage cljs for the frontend, but i'm not sure if that would be a good idea
What makes you concerned?
I guess my concern is from a "full-stack" perspective, if my backend is controlled in a polylith monorepo, I was wanting to add the frontend to the monorep and let my colleague use what he wanted (something like vue). but after chewing on the docs some more I think I'm misapplying polylith's design since it does say it's a monorepo for the backend
There's ongoing work to be able to have ClojureScript fully-supported in the Polylith repo (as well as Clojure), but there's no inherent reason why you couldn't have a frontend base (for code) and project (for build), even if you don't get tooling support.
okay maybe i'm seeing how described that way. so like all source html/css/whatever in a base and build/packaging steps in a project so a tool calls something like --input ../../bases/frontend to pull in the source materials for that build process. i guess just following the methodology or mindset as best as possible with whatever the frontend language is