I use React to build web apps but I want to learn about mobile development. I'm not sure which approach to take. Flutter or React Native?
For further actions, you may consider blocking this person and/or reporting abuse
I use React to build web apps but I want to learn about mobile development. I'm not sure which approach to take. Flutter or React Native?
For further actions, you may consider blocking this person and/or reporting abuse
Antonio | CEO at Litlyx.com -
Karan Kumar Gautam -
Sebastien Lorber -
Jethro Larson -
Top comments (5)
Don't get me wrong I love React as a Web language but having tried flutter it really is quite "groundbreaking" - is that too strong of a word?
No bottlenecks and limitting calls to the native device to build UI as it renders it's own components (just asks the native device for a blank page).
It has such strong potentially just needs that community build up and I really like the idea of stream pipes when it required to interact with native components.
The UI widgets are great and there are plenty to get you started.
Declerative UI's is also another plus for me.
Have you any experience in developing with react native? I'm a RN developer and I'm going to try out flutter this weekend. If i'm going to be developing a full fledged app would I need to be an expert in Dart? Learning curve much?
Amazing. That's pretty interesting. Thanks
Here's an in depth article that compares the two: mindinventory.com/blog/flutter-vs-...
I'll check it out. Thank you.