Home · Language Reference · Index · Source code

URL As The Source Of Truth

Context


Describe the problem in one or two sentences.

Elaborate the problem and explain the solution.

Therefore: ensure that each major state change in your application is represented by, or ideally driven by a change in the URL. Ensure that if a client opens your application to a URL, the state associated with that URL is loaded correctly, as if they had navigated there through any other approach (deep-linking).


Context