You are viewing a single comment's thread from:
RE: Insteem App Preview - My React Native Playground
I started out with a react native app and steemjs which works well together (at least back then, no issues). Its just hard to maintain, compared to GraphQL, thats why I built steemQL. Makes life much easier and is a much better fit with React/RN then integrating the api with redux or so..
I looked at the insteem app code and it is beautiful :)
This is how I want to build my app as well. I also agree that using steemQL is a better fit with RN than steemjs.
Do you think I can build my app using steemQL? Do you consider it production ready?
Thanks.
The steemQL server is running stable for some time now and it covers most of the basic queries of the steem api (the ones prefixed with an
_
underscore). The custom convenient queries/mutations are not yet finished. And there are probably undiscovered bugs. But it works in production for me. And its open source so you can contribute any time you need something..👍