Hi, have anyone tried to integrate a multi platform library with JS frontend like VUE.js or React? if yes, how was the experience?
a
Artem Kobzar
04/08/2025, 3:08 PM
Hey 🫡
I have a repo with example how to use a multiplatform library with Vue.js: https://github.com/JSMonk/make-friends-with-kotlin-devs
In branches of this repository you can see different layers of sharing code with the Vue.js project.
In the same way you can implement it for a React-app