How to Add Typescript Types to NextJS API Request Body using Zod
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 MoreIn 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 MoreIn this tutorial, you'll learn how to scroll smoothly to an element in NextJS.
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 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 get the user IP in NextJS, inside middleware, getServerSideProps, and API routes.
Read MoreIn NextJS, The origin URL changes if it's a preview branch deployment. Learn how to get the absolute URL in NextJS for both client and server.
Read MoreLearn the best practices when using redirects in NextJS. When and how to redirect inside getStaticProps, getServerSideProps, middleware, API routes and next.config.js
Read MoreIf you have a nextjs blog or website, you would want to speed it up by reducing your bundle size. One way to drastically reduce bundle size is to replace react with preact.
Read MoreThis tutorial shows us different ways of calling REST API properly in React by using react hooks. We also explore the choices involved on what library to use in different scenarios.
Read MoreGet up-to-date on latest articles on react.js, node.js, graphql, full-stack web development. No Spam. Helpful articles to improve your skills. Sent directly to your inbox.