v0.4.1
0.4.1
- No more double loader run on first load. The page you land on is seeded into the client navigation cache from the server render, so the active nav link's prefetch resolves from cache instead of re-fetching — the loader runs once, not twice. Back/forward navigation to the page is instant for the same reason.
- Per-route navigation-cache TTL. A route's
cacheTTL now also governs how long its prefetched/seeded data stays fresh client-side. Routes without acacheentry default to 2 minutes (raised from 30s), tunable via the newnavigation.defaultPrefetchTtlconfig option.
Upgrade: pip install --upgrade pyxle-framework