xamarin(자마린) vs react native(리액트) vs ionic(아이오닉)
로 앱개발을 진행하려던중.. 어떤 것을 선택해야 할지 고민중 알아보고 정리..
(I'm trying to proceed with the development .. Find out what to choose and organize ..)
1.
https://cruxlab.com/blog/reactnative-vs-xamarin/
Xamarin vs Ionic vs React Native: differences under the hood
Cross-platform Frameworks: Pitfalls, Performance, Development convenience, Integration into OS & existing code
cruxlab.com
Conclusion
As we can see, Xamarin is the fastest and fullest framework of these three. It stays close to classical approach to the mobile applications development. That means that a lot of things are familiar, platform’s features can be used without restrictions, and the development process is similar to that with Xcode and Android Studio. Xamarin is my personal choice. However, if you’d like to try some new approach to development with fancy features like hot reloading and instant updates, you should try React Native. Designed with some interesting ideas in mind, it is a really interesting framework that makes you think in a different way. But there is a drawback: React Native has worse performance and doesn’t offer native look-and-feel to your application. A compromise between performance and modern development process could be Ionic. With Ionic, your application will look almost like native, but creating the UI in HTML and CSS may be painful.
XamarinReact NativeIonic
Performance | Good | 64-bit issues Interpreter |
HTML |
Native look | Yes | No | Yes |
Modern development features | Classic only | Hot reloading Instant updates |
Live reloading Instant updates |
OS features | Full support | Plugins with different interface, something is missing | Plugins with different interface, something is missing |
2.
Xamarin vs React Native: 2018 Comparison Guide For Developers | Codementor
Microsoft vs Facebook. Who will eventually win the battle?
www.codementor.io
3.
https://belitsoft.com/react-native-development/react-native-vs-xamarin-vs-ionic
React Native vs Xamarin vs Ionic
Many businesses seek to develop an app which works both on iOS and Android. This is one of the reasons they choose cross-platform solutions. Multiplatform development can help build the app with a smaller team and release it faster. However, there are many
belitsoft.com
Conclusion
React Native, Ionic and Xamarin have gained credibility among enterprises aiming to reduce the time and costs of software development. All three frameworks can be successful, depending on your business needs and priorities.
Other articles you might be interested in:
- Top Healthcare Mobile Apps using React Native
- Migrating to React Native: Top Case Studies from Well-Known Companies
- Built with React Native: Mobile App for Golfers
모두 개발자의 선택..
(Everyone's choice ..)
'프로그램&코딩' 카테고리의 다른 글
c# 특수문자 제거 (0) | 2020.11.18 |
---|---|
윈도우 2019에서 EventLog.SourceExists 에서 에러가 발생할 때 (0) | 2020.04.16 |
텍스트 크기 지정되어 있을때 생략기호 text-overflow: ellipsis; (0) | 2020.03.17 |
IIS 웹사이트 백업 - XML 로 설정 내보내기 (0) | 2019.11.20 |
멀티도메인 와일드카드 인증서 IIS 적용 (0) | 2019.06.14 |
IIS 응용 프로그램 서버 오류 : 보안 예외 System.Security.SecurityException (0) | 2019.02.22 |