What is your favourite framework for building hybrid app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is your favourite framework for building hybrid app

Hi all, I am using Ionic for building hybrid app and now I just want to look for another one to play. Any great suggestion on that? Currently I am looking at flutter which is created by Google but it's using Dart so I am not sure is it good to try.

18th May 2018, 3:23 PM
Gary Cheung
Gary Cheung - avatar
5 Answers
+ 1
Gary, Nativescript is relatively new, it works well with Angular and Typescript out of the box (considering that Typescript is the future of js), also has well documented api, furtheremore Sidekick simplifies development workflow, it's free and has limited free cloud builds. You can use Vue, if you want. What about Dart, it is pretty simple to learn, kind of alternative of Typescript, it has SDK, even own Virtual Machine, has support in Atom, VSCode, IntellJ e.t.c.
18th May 2018, 4:48 PM
BugBuster
BugBuster - avatar
+ 1
React native is pretty nice, especially since it has expo for debugging
18th May 2018, 3:26 PM
Max
Max - avatar
+ 1
Look at Nativescript, it has cool addon called Sidekick which allows you to make cloud builds even on windows, also it has Angular + Typescript templates for quickstart. The next thing is Fuse, but you should have mac/xcode/iphone to build ipa files. Pretty the same framework but not totally free. The most popular one is Reactnative. All this frameworks are pretty the same. Flutter has new cool feature "hot reloading" that allows you to build your app "on the fly" that increases production workflow speed. And it compiles your app to native ARM binary. But there are no big/serious apps yet built with flutter.
18th May 2018, 3:36 PM
BugBuster
BugBuster - avatar
0
bob Nativescript sounds great but i would like to try something new. For reactnative, that should be a good one for hybrid app but what's specials when compare to ionic? And also did you tried Flutter as it is using Dart rather than js, I really want to is it good to try😎
18th May 2018, 3:54 PM
Gary Cheung
Gary Cheung - avatar
0
thx bob what I mean new is that using other language to develop. As you said there are nativescript-vue here and that should be my target. Thank you for the nice option.
19th May 2018, 6:28 AM
Gary Cheung
Gary Cheung - avatar