#nextjs
Read more stories on Hashnode
Articles with this tag
Introduction Creating a React component is fairly easy, just a function like this, and it’s done. export default function Card() { return...
Solve problems such as colocation, and error-prone code · Introduction Managing authentication in Next.js is quite tricky, with problems such as content...
Spotify API grants us access to know what music is currently playing. Awesome addition to your dev portfolio! · On this website, I use Spotify API to...
Thorough explanation on Next.js data fetching method such as CSR, SSR, SSG, and ISR. · Introduction When I started to learn Next.js, I got overwhelmed...
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...
Increase your efficiency by using a pre-configured starter repository, with rich development features and automation. · Introduction I made the...