Create web app with shadow-cljs and Svelte

For what I can think of:

Are Svelte and ClojureScript a good fit?

I think so. ClojureScript apps tend to have larger bundle size because we need to include the cljs. The bundle size of a Svelte app is usually smaller and it doesn’t require the overhead of virtual DOM.

What is a good approach to building a ClojureScript + Svelte web app?

N/A

Any feedback/idea?

N/A