What is the best practice and performance efficient server communications in any mobile application?

浪尽此生 提交于 2019-12-11 16:32:45

问题


I'm creating an application equivalent to a social and freelance platform all together using react native the problem I'm facing is most of my form's data is in form of drop downs and all the options in those dropdown is coming from an admin panel, currently I'm using rest apis and Javascript's fetch requests but it is making my application very slow and when number of user exceeds 100k it might become a disaster, I'm thinking about redeveloping application with a different approach to be used in server communication like facebook's graphql.

来源:https://stackoverflow.com/questions/58236740/what-is-the-best-practice-and-performance-efficient-server-communications-in-any

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!