shlogg · Early preview
Jetthoughts Dev @jetthoughts

Building Cross-Platform Apps With ReactXP And TypeScript

Building cross-platform apps with ReactXP reduces maintenance & code duplication. This library by Microsoft allows building solutions for iOS, Android, Windows & web using a single codebase in TypeScript.

Cross-platform development using ReactXP

Startups with limited resources trying to reduce cost on delivering their apps to both web and mobile platforms. For now, it’s common to use React Native for mobile and React.js for the Web. Even though these are two different frameworks, there are some solutions which reduce maintenance and at least prevent duplication in the code.

Using it, you will still need to build several infrastructures to deliver the app to different platforms, but at least you would not need to duplicate your code, which requires more time on development.
In this post, we wa...