Remix adding resources with the link tag
The link tag is a way to add specific resources to your webpage, the most commonly known one is stylesheets.
We can load them in plain HTML by using the link tag like this:
<link rel="stylesheet" href="assets/styles.css" />
Another use-case is to lo...
h.daily-dev-tips.com4 min read