Is there any proof of concept for using KMP module with ReactJs (With Js or Ts not Kotlin)
a
Artem Kobzar
02/16/2024, 11:02 AM
I have an example of using a KMP module with Vue.js and TS (here). You can explore it branch by branch, from sharing only some parts of business logic to sharing the whole UI. I don't think there is any difference between using it with React.
🙌 3
🔝 2
e
Edoardo Luppi
02/16/2024, 1:53 PM
The concept is you can leverage * insert package manager * workspaces feature to link JS and Kotlin-built packages.
You can have a monorepository, like Artem's example, which is just an npm workspace. I like to move the Kotlin