now a day's there are so many frameworks out there like react, flutter, xamarin but what should makes you love one of them | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

now a day's there are so many frameworks out there like react, flutter, xamarin but what should makes you love one of them

frameworks

11th Nov 2020, 3:17 AM
Ali Farhad
Ali Farhad - avatar
2 Answers
+ 3
It depends. React is a UI library Flutter and Xamarin are mobile app frameworks For a UI library, I want something that is fast in loading and execution. It does not do more than I need and easy to understand. It should follow the SRP principle and preferrably use Web Components. Depdending on how large the project is, state mnagement, routing, caching may also be required. Therefore I prefer Vue.js or Svelte. For a mobile app framework, it should be cross platform, it should be easy to use, build and test. Access to the native SDK should not be restricted. The bundle should be light. Therefore I prefer React Native. I have never used Flutter or Xamarin.
11th Nov 2020, 5:07 AM
Ore
Ore - avatar
+ 1
Well I think to choose which to love base upon what you want to do how you want to do it
11th Nov 2020, 5:24 AM
George S Mulbah II
George S Mulbah II - avatar