Nextjs

  • Published on
    Embedding YouTube videos in a static React site has impacts for SEO and mobile usability. This is mainly because it increases page load times. Slow loading pages are penalized by search engines, leading to lower rankings, not to mention it will frustrate your mobile users, or those with limited bandwidth, and that adds up to a poor user experience. 💻 The `LazyYoutube` component is a typed React functional component that allows you to lazily load YouTube videos on a website.