|
|
|
|
|
by vikeri
3653 days ago
|
|
If you use react native on mobile and react on the web the core model and business logic can easily be shared since it is just pure js. And you can use any of the languages that transpiles to js: TypeScript, Clojurescript etc. |
|