Skip to content

make sideloading updates during lazy routing optional #10

@laurelnaiad

Description

@laurelnaiad

Currently updates are sideloaded within lazy requests. This should be optional behavior. Some clients won't use updates at all.

When not sideloading, detour should send to the server only the knownStates that are relevant to the url being lazy loaded. This means it should determine during URL matching which states are partial URL matches for the requested URL, instead of failing or succeeding altogether. Right now urlMatcher isn't hierarchical in this way, although there is something about a prefix in the code to be investigated.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions