Hi, folks! We know that Kotlin/JS may lack ready-to-use samples to see what the product is capable o...
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