Remix - Performance
Identify the error in this Remix loader function that causes slow page loads:
export async function loader() {
const data = await fetch('/api/data').then(res => res.json());
return data;
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions