JB Hutch
banner
jbhutch.bsky.social
JB Hutch
@jbhutch.bsky.social
Some exciting things coming soon! 🇺🇸
October 17, 2025 at 1:38 AM
🤨
September 14, 2025 at 1:51 PM
This continues to confuse me, but I feel like Im getting closer. Looking at the network tab, I can see that the initial requests are initiated by outlet.$postId.tsx, but subsequent requests (when the post is in the cache) are made from outlet.tsx
May 26, 2025 at 9:36 PM
Here's a video: You can see in the nested view (/outlet), the data is fetched and momentarily fresh. In the non-nested view (/posts), it loads the cached data, but isn't fresh (presumably because its not doing a fetch)
May 26, 2025 at 6:49 PM
Oh this would be super nice, I've been wondering how I'd support this in v4
December 8, 2024 at 4:07 PM