Tag: WebDev

#DevHack: Optimizing initial load JS from Next.js

Now that my PimpYourOwnBike website has launched. I started looking at where I can do some optimizations. When looking at the Next.js build output, I spotted a red number in the First Load JS section. First load JS too big That would be the first thing on my list to optimize, getting this number from red to green.

Read more
Back to top