top | item 43979977 Towards React Server Components in Clojure, Part 2 3 points| zonotope | 9 months ago |romanliutikov.com 1 comment order hn newest 90s_dev|9 months ago > To preserve SPA-level speed of navigation while most of content is rendered on server, RSC enabled frameworks implement routes prefetching.Clever solution, but it sounds like it will have one of two problems:1. It doesn't allow fine enough grained control over what's prefetched2. It does, but because of that it has become unmanagably overcomplicatedHow do you avoid these?
90s_dev|9 months ago > To preserve SPA-level speed of navigation while most of content is rendered on server, RSC enabled frameworks implement routes prefetching.Clever solution, but it sounds like it will have one of two problems:1. It doesn't allow fine enough grained control over what's prefetched2. It does, but because of that it has become unmanagably overcomplicatedHow do you avoid these?
90s_dev|9 months ago
Clever solution, but it sounds like it will have one of two problems:
1. It doesn't allow fine enough grained control over what's prefetched
2. It does, but because of that it has become unmanagably overcomplicated
How do you avoid these?