Remix - Performance
Given this Remix code snippet:
What will happen when this component renders?
import { Image } from '@remix-run/react';
export default function Photo() {
return ;
}What will happen when this component renders?
