Remix - Performance
You wrote this Remix loader:
What is the problem with this caching header?
export async function loader() {
return new Response('Data', {
headers: { 'Cache-Control': 'max-age=abc' }
});
}What is the problem with this caching header?
