wowsinfo / wowsinfo-core

The shared code of WoWs Info written using Kotlin Multiplatform
GNU Affero General Public License v3.0
0 stars 0 forks source link

Experiment with Kotlin/JS #3

Open HenryQuan opened 8 hours ago

HenryQuan commented 8 hours ago

Kotlin/JS is a part of Kotlin Multiplatform. The usual focus is often mobile (iOS & Android), but Kotlin can transpile to JavaScript and also Native. The issue is how well this works? If everything I write in Kotlin can be converted to package where I can import, it means I can use it with my existing React Native project. This will be future proof if this works.

Let's experiment by implementing the Wargaming API and also related models. Try use them in my react-native-app.