How to Create Custom 404 Page in NextJS 12
Learn how to create a useful custom 404 page in NextJS 12 using the pages directory. ... Read More
ReactHustle blog provides you with easy-to-digest tutorials about the best practices in React , NextJS or any information related to web development.
Go to Blog
Learn how to create a useful custom 404 page in NextJS 12 using the pages directory. ... Read More
Learn how to create a react wave animation background using an SVG element and some CSS.
Read More
Learn how to set the NextJS images with auto width and height so that it depends on their container and layout.
Read More
In this tutorial, you'll learn how to use axios on the client-side in NextJS with the awesome axios-hooks package.
Read More
Learn how to define or create generic functional components in react.
Read More
Learn how to add page transition animations easily in NextJS using TailwindCSS with very minimal dependencies, and no framer-motion required!
Read More
Learn how to set up NextJS 13 and TailwindCSS in 2023. We'll set it up from scratch for pages and app directories, and use an existing template to speed up installation.
Read More
Learn how to create a react confirm alert dialog component from scratch using TailwindCSS, HeadlessUI, Typescript, and React context hooks.
Read More
In this tutorial, you'll learn how to create a dynamic data-driven breadcrumbs component in NextJS with TailwindCSS and Typescript.
Read More
In this tutorial, you'll learn how to add typescript types to NextJS API request body using the typescript schema declaration and validation library, Zod.
Read More
Layout can sometimes be tricky. In this tutorial, you'll learn how to create a create a responsive and collapsible sidebar layout using tailwind's grid system classes.
Read More
NextJS released a major update (Next 13) where it updated the next/link component. In this tutorial, you'll learn how to integrate MUI Link with next/link.
Read More
In this tutorial, you'll learn how to scroll smoothly to an element in NextJS.
Read More