Hello,
Is there any guide to build a hybrid multiplatform project (client: typescript + react, with server: ktor)? I cannot find a full guide but some outdated guides.
What if I want to build the client with typescript-based react project (with webpack & nodejs) and makes kotlin functions export to typescript?
I mean write react in pure typescript