datafornews / metada

A browser extension to show you who owns the media you read
https://metada.org
GNU General Public License v3.0
40 stars 5 forks source link

Use Router Link #5

Open vict0rsch opened 6 years ago

vict0rsch commented 6 years ago

switch from button + onClick to <Link to="...">...</Link>

kamry-bowman commented 6 years ago

Could I take a swing at this one?

vict0rsch commented 6 years ago

Please do :)

My understanding is that using more is also better for SEO ; any opinion?

kamry-bowman commented 6 years ago

Yes, I think in general you can't rely on web crawlers to interact with your javascript (though people disagree), but Link tags are built on top of tags, and web crawlers are pretty guaranteed to follow those. That's my understanding anyway!

vict0rsch commented 6 years ago

Yeah makes sense I agree.

Thanks a lot for your effort on <Link>s 👍

@kamry-bowman would you mind doing so on the dev branch? That's where I develop the project right now :)