2022-11-28
|~3 min read
|438 words
I was working on a project recently which was using Refs in order to integrate with a third-party library. My mental model for refs are that…
2022-11-28
|~3 min read
|505 words
Today, I found a wonderful side-effect of : it doesn’t re-render components when it changes. This was ideal for my situation because I…