Flutter vs React Native

Viewed 51

I am react native developer, and my question is more generic than code.

I am getting really frustrated with react native and the amount of bugs it has and the extremely low performance on android devices specially the old ones almost all of the important api are third party developed on git hub and they not maintained anymore with a lot of bugs. Some codes doesn't work sometimes, what I noticed with highly used(10k+ users) application in react native

on some android devices fetch request is repeated 4 times. on some android devices async-storage is working probably . on await and async are getting ignored React.usestate is buggy and it is ignored sometimes does flutter offer a better environment with less bugs

0 Answers
Related