Frontend Snacks ๐Ÿฟ

Not so Secret Performance Improvement Technique ๐Ÿš€

Hey friend,

A few years ago, I travelled to 15 different countries and gave talks at 15+ conferences across the globe ๐ŸŒŽ. It was the best time of my life, and even though I was uncomfortable, I pushed myself to go after what I wanted. It all stopped after 2020 hit ๐Ÿ™„.

But guess what, I set a goal this year to give conference talks and travel again, and I'm happy to report that I'll be giving talks at 3 different conferences - Reactathon, ChainReact and App.js and all of them are on Performance ๐Ÿš€.

Quick question for my Upcoming Course๐Ÿ‘‡

I'm quite passionate about Performance and wanted to ask you.

Would you be interested if I were to create a course on React Performance that would cover more than the basic stuff?
โ€‹
If enough folks say ๐Ÿค˜ hell yeah!!! Then I'll add this to my list. But if not, then I won't, so please click one of the links to share your feedback with me!

โ€‹๐Ÿ”ฅ Hell yeah, do it!!!โ€‹
โ€‹
๐Ÿซค Not really, still trying to get better at Reactโ€‹
โ€‹
๐Ÿ‘Ž No, work on something elseโ€‹

Thanks so much, You are the best! ๐Ÿ’–

Alright, over to our Snack: useMemo ๐Ÿฟ

In JavaScript, we only have one main thread, and we're keeping it super busy by running this code repeatedly.

Both useMemo and useCallback reduce the times a component needs to re-render. We want to do as little as possible to draw the UI ๐ŸŽจ.

What is useMemo? ๐Ÿค”

with useMemo, we are telling React to only recalculate the value based on dependencies.

useMemo is like a cache, so we are telling only to do this task when this specific dependency changes. useMemo checks for arrays and objects.

Okay, enough theory ๐Ÿ˜…, let's look at our snack ๐Ÿฟ

With useMemo, the expensive computation would be executed every time the component re-renders, even if the color state has stayed the same.

๐Ÿข This can lead to slow rendering times

โž— And a poor user experience, especially when dealing with costly calculations.

Using useMemo, we tell React to store the result of the expensive computation and only recompute it when the specified dependency (color) changes.

โœ–๏ธ This helps to minimize the number of times the computation is executed

โฌ†๏ธ This can significantly improve the component's performance and overall user experience.

Developer to Leader Program ๐Ÿ’–

I am so close to launching a program called Developer to Leader that will teach you how to become a successful Engineering Leader.

This program is for you if you want to lead, transition to Leadership or a newer or an existing Leader that wants to be more successful and confident!

The program will be released in Early Access on May 2nd at 10:00 AM EST (7 AM PST, 3 PM GMT, 4 pm CET, 7:30 pm IST). If you like to take advantage of Early Access pricing, add yourself to the Waitlist. If you'd like, you can click here to add a calendar reminder. ๐Ÿ“…

This is a magical link that will automatically add you to the waitlist

Latest Frontend Gossip/News ๐Ÿคซ

โ€‹Next.js 13.3 is out ๐Ÿ”ฅ - check the latest updates here.

Youtube Videos ๐Ÿ’–

I have recorded 2 videos on my channel, and many more are coming up.

The Frontend Developers Toolbox ๐Ÿงฐ

  • โ€‹HeadShot Pro: No need to head to a studio. Click your best Linkedin Profile pic with Headshot pro
  • โ€‹Coding Interviews made easy: If you are looking for a job, use Pramp to practice Coding mock interviews. Prep & land your dream tech job.

I hope you have a great day.

I write all my newsletters using Kit โ†—, my favorite newsletter platform.

Share this newsletter

Subscribe to the newsletter

Get the latest updates delivered directly to your inbox.