You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is typeorm recommended and ready for production use with react native apps?
With 670 open issues in https://github.com/typeorm/typeorm/issues I am concerned if you are not smart enough to solve a typeorm issue by yourself then you may be quickly find yourself in trouble with typeorm.
For example, if basic OneToMany & ManyToOne relationships are not working as I saw in issue #1
Thanks again for this repo!
The text was updated successfully, but these errors were encountered:
I am personally using typeorm so far for proto-typing small apps. while the production app I am maintaining at the moment is using pouchdb-react-native. which is now a dead project with no maintainer. Also react-native-couchbase-lite is kind of dead using 1.x.
I suggest you check realmdb, however it works on Android and iOS only. realmdb is maintained well so far.
I still think typeorm is promising as it as strong community behind it.
@sheva007 First thank you very much for typeorm-boilerplate. I could not get https://github.com/typeorm/react-native-example to work on either Android and iOS. Your repo was very helpful.
Is typeorm recommended and ready for production use with react native apps?
With 670 open issues in https://github.com/typeorm/typeorm/issues I am concerned if you are not smart enough to solve a typeorm issue by yourself then you may be quickly find yourself in trouble with typeorm.
For example, if basic OneToMany & ManyToOne relationships are not working as I saw in issue #1
Thanks again for this repo!
The text was updated successfully, but these errors were encountered: