+ 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
2 Réponses
+ 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.
+ 1
Well I think to choose which to love base upon what you want to do how you want to do it