Y
Hacker News
new
|
ask
|
show
|
jobs
by
xigoi
1041 days ago
Why would you use a component for something that's already a built-in HTML element?
3 comments
bryanrasmussen
1041 days ago
I don't know, but a consulting company saddled us with a monstrosity that does exactly this.
Maybe it's some sort of lock-in feature.
link
seedboot
1041 days ago
One example is if I was using react it would be used to encapsulate a react-router Link and an anchor tag in a component, and use props to differentiate between inbound and outbound links.
link
peferron
1041 days ago
Why would you style an anchor element when your browser already has default styles for it?
link
xigoi
1041 days ago
Because you want it to look different, such as the color being consistent with the rest of your website?
link
Maybe it's some sort of lock-in feature.