NUXT: Accessing DOM in a composable
Accessing the DOM inside of a composable is easy as long as you know you have access to lifecycle hooks.
My rambling opinions specifically about coding .
Accessing the DOM inside of a composable is easy as long as you know you have access to lifecycle hooks.
The aspect-ratio CSS property is so easy and awesome, how could you not love it? Let's look at the old way, and the new way of achieving an element at a specific aspect ratio.
Modular CSS? What?! Well, it's here, and it's pretty cool. Let's talk about the ups and downs of using it.
While learning Nuxt3 I ran into, and resolved, an issue. Here's how to make sure the prerendering engine waits for your async content.
I needed to know if a YouTube video was region locked... so I went down the rabbit hole and learned how to use the YouTube Data API.
Multi-line truncating has always been rough. But, what if I told you, you could do it with pure CSS? Yes! It's possible!