HoundioforHoundiohoundio.hashnode.dev·Nov 9, 2024Futuro Bold: Your Ultimate Typeface for Modern DesignElevate Your Design Projects with Futuro Bold: The Ultimate Typeface for Modern Aesthetics In the world of design, choosing the right typeface can make all the difference. Whether you’re working on a tech brand, a sci-fi project, or any creative ende...Discussattentiongrabbing
Yashblog.yassh.in·Oct 31, 2024Authentication using NexAuth in NextJSAuthentication in NextJS has been made very simple by the next-auth library, in this post we will go through on how to setup authentication in your NextJS 14 application. We will not be using NextJS 15 because it is not stable yet. I will not go thro...Discuss·28 readsNext.js
Reme Le Haneremelehane.dev·Oct 4, 2024Next.js: Pre-fetching Data with getServerSideProps for SEO Benefits.In Next.js, the ability to pre-render pages can greatly improve SEO and performance. Using getServerSideProps, you can fetch data at request time, ensuring that your page is rendered with up-to-date data. When should you use getServerSideProps? Dyna...DiscussNext.js
Sheraz Manzoorsherazmanzoor.hashnode.dev·Oct 1, 2024Next.js Middleware Explained: Simple Guide with ExamplesLet's talk about routing in Nextjs. Today, we will talk about the one of most powerful thing middleware. Middleware in Nextjs offers a powerful and flexible way both to intercept requests from server and control requests flow (redirects, URL rewritin...DiscussNextjs TutorialsNext.js
Rohan Shrivastavarohanblogs.hashnode.dev·Jul 26, 2024Top 10 Best Features of Next.jsNext.js has emerged as a powerful framework for building React applications, offering a wide range of features that simplify development and enhance performance. Here are the top 10 best features of Next.js: 1. Automatic Static Optimization One o...DiscussNext.js
YashMandiyashmandi.hashnode.dev·Jun 8, 2024Getting Started with Next.js: A Beginner's GuideNext.js is a powerful framework built on top of React that provides an enhanced developer experience with features like server-side rendering (SSR), static site generation (SSG), and easy API routes. This guide will help you get started with Next.js,...DiscussNext.js
Gabriel Penteadogabrielpenteado.hashnode.dev·Jan 5, 2024An overview of Next Route GroupsNext Route Groups are a way to organize routes in the app directory without changing the URL paths. By enclosing a folder name in parentheses, you can create a Route Group that helps keep related routes together. This allows for better organization a...Discussnext-route-groups
Quantum Cyber Solutionsqcs.hashnode.dev·Nov 23, 2023Pod HubPublished on Thursday, November 23, 2023 Pod Hub =========== Authors Name Eric deQuevedo 😄 Twitter Pod Hub What is it Podhub is a next js webapp hosted on vercel that allows the user to share podcasts and interesting videos to their friends and ...DiscussNext
Atif Aliatifff.hashnode.dev·Aug 28, 2023Next.js: A React FrameworkIntroduction Next.js is an open-source React framework, which simplifies the development process and optimizes web apps. While React excels at creating dynamic and interactive UI, Next.js enhances this by adding crucial features. If you have just lea...Discuss·41 likes·67 readsNext.jsNext.js
Mustafa Dalgasft.hashnode.dev·Aug 2, 2023From Nuxt to Next: Why I Pivoted in My Development JourneyHello! In this post, I'll be discussing two libraries that have been gaining traction and are frequently mentioned in the web development world: Nuxt.js and Next.js. I'll share why, after four years of experience with Vue.js, I chose Next.js and why ...Discuss·26 readsNext.jsNext.js