Amarnath Pcxsmicguy.hashnode.dev·Nov 10, 2023QR Code Generator in Next.jsNext JS is a popular React framework designed for building modern web applications. Next JS can simplify the development process by offering server-side and static rendering. It also supports serverless functions, allowing you to create API's and dyn...Discussqr code
Vraj DesaiforHuddle01huddle01.hashnode.dev·Sep 29, 2023Mastering the Huddle01 SDK - 8 tips to keep in mindWhile working on the Huddle01 SDK and incorporating feedback from our developer community, I also collated a few helpful tips and tricks for building with the Huddle01 SDK to make the development process easier and faster for you. Most of the infor...Discusshuddle01
zhioua mohamedmohamedzhioua.hashnode.dev·Sep 19, 2023Next.JS Client Components Are Prerendered on the Server!Client components are rendered on the server too! When you use the “use client” directive to make a client component, it doesn’t mean that this component is fully rendered on the client side. Actually, next js still pre-renders client components on t...Discuss·43 readsNextJSNext.js
Mrityunjay Singhmrutunjays.hashnode.dev·Sep 17, 2023Implementing Efficient Delay and Wait Functions in JavaScriptIn this article, we will explore the efficient implementation of delay and wait functions in JavaScript. These functions are particularly useful when you want to pause the execution of code for a certain period or until a specific condition is met. W...DiscussJavaScript
Rahimrahimdev.hashnode.dev·Sep 13, 2023You Must Use twMerge + clsx as a Tailwind developerWhat problem do twMerge and clsx solve? As a tailwind user, you may want to add classes conditionally, or you may want to merge some classes without running into conflicts, Let's see the following example: import { ButtonHTMLAttributes } from "react"...DiscussTailwind CSS
Rahimrahimdev.hashnode.dev·Sep 6, 2023Next JS 13 File System routing (App directory)Next.js 13 introduced a new app directory for routing, It is more flexible and easier to manage than the previous 'pages' directory, which is why Varcel is recommending using it. The app directory uses React Server Components, which allows for more f...Discussnext js
miroz devkotarevengemiroz.hashnode.dev·Jul 28, 2023The Cursed Code Quest: A Dev's Journey to Anime RedemptionOnce upon a time, in a quaint little village of developers, lived a humble farmer developer named John. He was content with his daily chores of cultivating code and tending to the bugs in his digital crops. John was known for his simplicity and pure-...Discuss·2 likes·38 readsReact
Abhishek Holaniabhishekh007.hashnode.dev·Apr 25, 2023Data Fetching in NextJSIntroduction In today's digital world, websites, and web applications have become essential to our lives. With the increasing demand for fast and responsive web experiences, developers are always exploring new ways to enhance website performance. Nex...Discuss·4 likes·73 readsdata fetching
Ethanethan91.hashnode.dev·Dec 4, 2022I Created My Own Portfolio Using NextjsIntroduction Hello! 👋 I started working on my own portfolio site so I thought I'd show you what I have created so far. There are still some parts missing, such as the contact form not doing anything yet, but I'm planning on implementing it soon. 🥲 ...Discuss·80 readsNext.js
khalissa coderkalina.hashnode.dev·Nov 29, 2022Javascript NumbersJavaScript numbers are a type of data that can be stored in variables. In JavaScript, there are several ways to create numbers. The most common way to create a number is by using the Number() constructor. Numbers can be created from strings, by using...Discuss·27 likes·95 readsnext js