2022-11-28
|~4 min read
|613 words
Update: I wrote a follow up in which I suggested a more idiomatic approach to this problem through deference of control. React makes it…
2022-11-28
|~2 min read
|306 words
There are three main types of React Components. There are also (with the introduction of hooks in 16.8) three different ways to define / set…
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…