Does anyone have an experience in implementation of `React.lazy` in kotlin/JS? Thank you for any adv...
l
Does anyone have an experience in implementation of
React.lazy
in kotlin/JS? Thank you for any advise and providing reference.
👀 1
d
I would be interested in that too... 🙂
c
I don't think it's possible for now. The Kotlin compiler returns a single megafile per module.
l
Got you, Thanks!
l
oh.. Thank you @CLOVIS