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..👍