How to Show Now Playing in Spotify with Next.js
Spotify API grants us access to know what music is currently playing. Awesome addition to your dev portfolio!
Jan 13, 20225 min read614

Search for a command to run...
Articles tagged with #javascript
Spotify API grants us access to know what music is currently playing. Awesome addition to your dev portfolio!

Thorough explanation on Next.js data fetching method such as CSR, SSR, SSG, and ISR.

Introduction Storybook is a great way to maintain and preview isolated components. I usually add it as a 'nice-to-have' feature. During set up, I found that the resource about setting up a storybook with Next.js and Tailwind CSS is scarce. There are ...
