0
0
NextJSframework~20 mins

Script component for third-party scripts in NextJS - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Script Mastery in Next.js
Get all challenges correct to earn this badge!
Test your skills under time pressure!
component_behavior
intermediate
2:00remaining
What happens when using Next.js Script with strategy='lazyOnload'?

Consider this Next.js component using the Script component:

import Script from 'next/script';

export default function MyComponent() {
  return (
    <>