Lost in hybrid app frameworks like Ionic, Cordova,

后端 未结 2 785
北海茫月
北海茫月 2021-01-31 06:13

I\'m currently lost with all these hybrid mobile app frameworks. They all sound awesome, but I can not find any real information about the use cases and main differences.

<
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-31 06:20

    My personal experience with hybrid frameworks like react-native, is that, honestly, they are great, but...

    • User experience is very close but not equals compared to native
    • Native platforms updates and features will wait for framework updates
    • If you need to extend, in most cases could be a pain

    In my company we have created a framework that allows to develop hybrid applications that share business logic, implemented with flux pattern. The UI, however, is completely native.

    For more information visit https://github.com/bfortunato/aj-framework It's completely open source.

提交回复
热议问题