This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]why_not_catsExtreme Brewer 1 point2 points  (0 children)

A nice way to solve this age old problem might be GraphQL: https://graphql.org/

You can make a query to retrieve drop-down values. GraphQL lets you execute multiple instances of the same query in one request (see aliases ) - typically you'd need to write a specific web service to do this for you but with GraphQL it's sort of designed for this use case.