I noticed that Kontlin/JS + React tutorial disappeared from the Kotlin homepage (at least I can’t find it anymore). Are there any news, if react support (kotlin wrappers) will be discontinued?
The question was asked in the Kotlin slack recently. They consider the tutorial not to be of enough quality for it to be useful for beginners. They hid it until they have time to rewrite it.
They did not make any announcement for the Kotlin React library itself, this is just about the tutorial.
Yes, the kotlin("js") plugin is a duplicate of the kotlin("multiplatform") plugin, with less features. They are simplifying it by recommending to always use kotlin("multiplatform"), even if targeting a single platform.