#nextjs
Read more stories on Hashnode
Articles with this tag
Create a next app npx create-next-app slick-slider-demo Following is the folder structure for your refernce Now install react slick slider npm i...
Welcome, fellow developers! In this tutorial, we'll embark on a journey to create a feature-rich multi-check items list in your Next.js application,...
When dealing with sensitive data, such as JWT tokens, in React applications, it's crucial to implement best practices to ensure the security of your...
In this tutorial, we'll walk you through creating a simple shopping cart page that can serve as a foundational component for any e-commerce web...
Introduction In the fast-paced world of e-commerce, tracking the status of orders is crucial for both businesses and customers. A well-designed order...
In this tutorial, we'll demonstrate how to build a dynamic templating system for a landing page using Next.js. We'll fetch data from a sample API and...