• Jovi De Croock's avatar
    (core) - filter network-only requests from the ssrExchange (#2198) · c4a0edeb
    Jovi De Croock authored
    * filter network-only requests from the ssrExchange
    
    On the prior lines we defer clearing the data by a microtick which means that the redispatched "network-only" request will also be served from the ssr-cache. We could also opt to defer the redispatch by a microtick but imo it's better to treat network-only requests as bypassing this. Another possible solution would be to check whether we've seen this before as a `revalidation`
    
    * Create strong-islands-hope.md
    
    * formatting
    c4a0edeb