<https://genki.world> Built with Kotlin/JS :smile...
# random
m
https://genki.world Built with Kotlin/JS 😄 Had to write almost no JavaScript or TypeScript 🎉 🙏 Shared code between front-end and back-end. (We’re looking for a great Kotlin dev 👀)
K 5
metal 1
😍 2
💯 5
K 2
🎉 6
m
very cool! Did you use a framework? If so which one? Do you have advice to share on organizing the project structure? I’ve wanted to get into Web KMM for some time now, but I can’t find a proper guide to get started.
m
Basically React. Using my own libraries as I wasn’t happy with Kotlin’s offerings. https://github.com/fluidsonic/fluid-react https://github.com/fluidsonic/fluid-css What would you like to know about the project structure? It’s indeed not easy to set up a good project. I had like a million issues to overcome (more or less) 😅
👍 2
🙏 1
m
Basically everything, do you know of any guide on the matter?
m
No. I’ve basically started from scratch.
👍 1
I’ve started with the JVM back-end. At some point I’ve moved some core stuff into its own module and made it multi-platform.
Then I’ve added a web module. Later I’ve split up the web module into multiple to lazy load some code.
That’s where it got highly experimental und unstable between Kotlin updates 😅
m
very cool, thanks for sharing!