Answers about loaders
Questions and answers from the Croct community about loaders.
10
Wiring the Croct request context into my Hydrogen loaders, is this a lot of plumbing?
standing up a fresh Hydrogen storefront on React Router 7 and adding Croct to it. my assumption going in was that I would have to construct a Croct instance…
6
What happens to my Hydrogen page if a Croct fetch fails or times out?
Before I ship personalization to production I want to be certain about one failure mode. If a content request is slow or fails outright, I need the storefront…
0
Croct fetch in my loader adds latency when the network is slow, how do I cap it?
Benchmarking my loaders. On a good connection the content fetch is fine. On a bad upstream connection it waits, and TTFB spikes with it. I do not want a slow…