How many of you deployed a React app built through Kotlin?
I've got a decently sized multimodule project targeting Node, and the fact I could just add front end modules using React wrappers is very attractive.
The React apps and components will be used to render custom views in IDE plugins.
If I understand the usage is mostly free of strange issues and devex is good, I might give it a shot.
➕ 1
j
James Yox
10/01/2023, 10:46 PM
It works quite well. The biggest issue I find is that the IDE is really sluggish when doing react and kotlin JS. Not exactly sure why and your experience may differ.
e
Edoardo Luppi
10/02/2023, 7:06 AM
@James Yox thanks! That's strange.
Have you tried taking a CPU/memory snapshot and opening an issue?
j
James Yox
10/02/2023, 8:56 PM
I have not but probably should. I thought it was something I'd seen reported before but couldn't find much. Also could be a me problem. It's just so much slower in the react files of my projects vs like common Kotlin or Kotlin on the jvm. Honestly I had sort of figured and hoped that k2 would eventually sort a lot of this out.