Hi, folks! We know that Kotlin/JS may lack ready-t...
# javascript
i
Hi, folks! We know that Kotlin/JS may lack ready-to-use samples to see what the product is capable of. Could you, please, share your thoughts in the thread 🧵 on what samples you would expect to see in our repos. Diversity is expected 😉 Anyway, thank you for your suggestions and your time !
👍 2
k
React app with JWT auth using typical libraries like Reactstrap or Material UI sharing a common models or business logic module
5
a
In my perspective, people would go for kotlin/js apps coz they want to share code with other platforms. That being said, adding a js target on all the available KMM samples, and that should work
t
Lazy modules example,
React.lazy
for example
5
Web Worker example
3
a
Redux or/and Context + React.lazy + Any animation framework (spring, motion etc)
a
• Multi-module Kotlin/JS (or multiplatform) project • published as separate JS bundles (one per module) with
d.ts
definitions • minified/DCEd/treeshaken • consumed by a "regular" Typescript project thru its package.json
👆 1
r
A multiplatform fullstack web app, including things like auth, distribution, and maybe even database access. Probably w/ a frontend using React like mentioned in the first comment (maybe Compose though).
1
d
r
I had not, that's exactly what I was looking for
🔥 1