How do you handle lazy loading? I’m experimenting ...
# react
m
How do you handle lazy loading? I’m experimenting with various approaches 🤔
The definition side is still weird 🤔
t
I am not sure if lazy loading is supported yet with Kotlin/JS https://youtrack.jetbrains.com/issue/KT-20679
m
It’s JS after all, so we can lazy load just fine 🙂 At least when using
-Xir-per-module
.
t
Oh right, IR support generating module true 😮