I don’t much backend experience, but I recently built a Remix app that is hosted on Cloudflare pages (free version).
I am trying to understand what counts as a dynamic request in the context of Remix (vs a static request - which are free on Cloudflare).
Is a dynamic request when a loader/action/links/meta function runs? When I see a fetch request in the network tab of my browser’s dev tools?
That’s my understanding so far, but I can’t seem to confirm that from the research I’ve done. Any information that anyone has on this would be greatly appreciated. Thank you!