Server-side Injected Config Values #860
Labels
client
Improvements or additions to the web client
enhancement
New feature or request
help wanted
Extra attention is needed
server
Improvements or additions to the server
Is your feature request related to a problem? Please describe.
We have configuration values that the server needs to convey to clients, like the short url. It would be nice if we could avoid a round trip to the server to get config values.
Describe the solution you'd like
When serving
index.html
, the server should inject some javascript to set config values in a global scope. The client, when loaded by a browser, should then take those values and put them in a vuex store.Additional context
Requires #849
Related: #842
The text was updated successfully, but these errors were encountered: