Hacker News new | past | comments | ask | show | jobs | submit login

I have few RN apps on ios/play store. Its very good for cases where you do not need to access much of device/os functionality. For video, audio other native functionality you need to hunt for well maintained libs.

Flutter is a very alternate for RN. But when it comes to device functionality i feel its the same case.

Ultimately i feel its better to write in native swift/kotlin/java.




I have exactly the same experience(two years of RN).

Be conservative when adding dependencies, rather try to solve it yourself unless it's very complex and the dependency is well maintained.

Often dependencies will cause you problems when upgrading and many maintainers don't respect semver(could be a JS-ecosystem issue).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: