Hello :wave: I have a question about the architec...
# compose-web
a
Hello 👋 I have a question about the architecture for designing a web app using Compose Multiplatform (targeting Android, desktop, etc.). Is there a need to create a separate JS (WASM) modules (seprated projects) and use Ktor or a frontend server to serve them as static file based on ktor navigation? Or can it be like Android and desktop, with a single unified project that includes all the necessary modules and use compose navigation ?