2022-11-28
|~2 min read
|209 words
In yesterday’s Shared Control Of UI In React Components I wrote about how it can often be useful to want to share control over a component’s…
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…