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
|~2 min read
|282 words
I was recently trying to understand Material UI’s component. In looking through their implementation of the Horizontal Linear Stepper, they…