#javascript
Read more stories on Hashnode
Articles with this tag
Introduction I had some questions around Cache Control and using them in Remix. This is kind of just me answering my own questions lol. Before going...
Options In Remix you can use the <Link> component to prefetch resources. It would prefetch both the loader data from the route and the JavaScript the...
Dangerous code Assume, you've code where you get images from a CMS. These images should be background images that keep changing. You approach it in a...
Response body can only be read once I had a silly situation at work where I was trying to see what's in the response of a request. I placed...
Introduction In this post, I wanna dive into Core Web Vitals and other performance metrics that are useful to measure the performance of a...
CSS before JS CSS links should be placed in the <head> of the document, while JavaScript links should be placed at the end of the document, just...