#components
Read more stories on Hashnode
Articles with this tag
To correctly use a Button component as a link in React, we need to override the underlying button HTML tag of the component and turn it into an anchor...
A React component is well documented when its purpose and intended usage are clearly communicated. To be self-documenting, a component must simply...