xplor4r (Maintainer)forGuides by levelupdevguides.levelupdev.in·Sep 9, 2024Building a portfolio website using Nextjs - Part 2 - (building the components for site layout)In this part, we gonna build all the components, we need to build the layout of our website, for that we need to build the components to be used globally. So the portfolio site will require this layout components mainly : Header Body Footer And ...DiscussBuilding a portfolio website with Nextjs (app router)#next14
Gautham R Vanjregautham10.hashnode.dev·Mar 23, 2024Implementing Authentication in your Next.js application using ClerkIntroduction Clerk Auth is a modern authentication and user management platform that aims to simplify the process of adding authentication and security features to web applications. It provides developers with a set of tools and APIs to handle user r...Discuss·64 readsNext.js 14 Learning pathNext.js
Gautham R Vanjregautham10.hashnode.dev·Mar 9, 2024Navigation in Next 14Introduction One awesome thing about Next.js routing is, it uses something called as file-based routing. Unlike in React.js, where we have to configure page routes using a library such as React-router-dom, it comes in-built in Next.js. What Do I mean...Discuss·46 readsNext.js 14 Learning pathNext.js
Paridhi Agarwalparidhi.hashnode.dev·Mar 5, 2024What is React Query and when you might need it in your Next 14 projectEverytime I come across a new technology in the ever expanding universe of tools and frameworks i.e. the React ecosystem, I start wondering how it fits in the picture and do I even need to use it in my projects. I recently got to know about Tanstack ...Discuss·23 likes·86 readsReact
Gautham R Vanjregautham10.hashnode.dev·Feb 17, 2024Hydration Error in Next.js: What is it and how to solve itIntroduction Before moving on to the main topic, I want to step back and explain Next.js. Next.js is an open-source React framework that facilitates the building and deployment of server-rendered React applications. Developed by Vercel, Next.js seaml...DiscussNext.js 14 Learning pathNext 14
Ajinkya Palaskarajinkyap.hashnode.dev·Jan 9, 2024Uploading folders and files to Shared Drives using Next.js API route handlersRecently I had a requirement in my project to programmatically create folders inside Shared Drives and upload files to those folders. I could not find any proper resource on how to do this. So I am writing this blog to help others who might come acro...Discuss·1 like·842 readsNext.js
Junior Felixjunior-felix.hashnode.dev·Oct 27, 2023Next.js 14: Skeptical ObservationsA few releases ago, I'd wholeheartedly recommend Next.js to both friends and foes whenever a React frameworks discussion arose. With this latest release, my enthusiasm has waned. Next.js has taken a more "futuristic" persona, moving at a blazingly fa...DiscussNext.js