Home

Posts

My rambling opinions specifically about javascript.

Mar 7, 2024

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.

  • #coding
  • #javascript
  • #nuxt

May 29, 2019

Intersection Observer: A great new API

Finding out if an element is within the viewport has always been a pain in the butt. Luckily, there's a handy new API called Intersection Observer.

  • #coding
  • #javascript