问题
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