How to Compose Next 13 Link and MUI Link (with Typescript)
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 MoreNextJS 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 MoreIn this tutorial, you'll learn how to scroll smoothly to an element in NextJS.
Read MoreLearn how to create a linkable, bookmarkable, and accessible tabs component in NextJS by using @headlessui/react and tailwind css.
Read MoreLearn how to create a beautiful Responsive Tailwind Sidebar Layout from SCRATCH in NextJS. We'll also use Typescript to implement the components.
Read MoreLearn how to create a custom image loader in NextJS and avoid or reduce image optimization limitations in Vercel.
Read MoreLearn how to send a POST request to an external API in NextJS and find out how to avoid the CORS error.
Read MoreLearn how to submit form data to an API in NextJS without using external libraries like Formik and react-hook-form.
Read MoreLearn how to set up styled-components themes in NextJS when using Typescript.
Read MoreLearn how to implement multiple layouts in NextJS in different parts of an application with Typescript.
Read MoreLearn how to add a Navbar in All Pages in NextJS 12
Read MoreIn this tutorial, you'll learn how to set up your folder structure for a NextJS project. We follow this folder structure for my team and it reduces the cognitive load when finding components
Read MoreLearn how to setup multiple custom themes in a NextJS project with a react-bootstrap UI using sass.
Read More