Skip to content

v0.4.1

Choose a tag to compare

@shivamsn97 shivamsn97 released this 08 Jun 10:24
· 20 commits to main since this release
2fe61c8

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 cache TTL now also governs how long its prefetched/seeded data stays fresh client-side. Routes without a cache entry default to 2 minutes (raised from 30s), tunable via the new navigation.defaultPrefetchTtl config option.

Upgrade: pip install --upgrade pyxle-framework