NextJS: Creating a Favicon for your NextJS app | 2023
In this 2023 guide we will create a new favicon for your nextJS app. This guide will work both for the pages and app directory
In this 2023 guide we will create a new favicon for your nextJS app. This guide will work both for the pages and app directory
Visual Studio Code (VSCode) is by the far the most popular code editor on the market. In this guide we will take VSCode to the next level.
In this article, we'll cover everything you need to know about environment variables and how to use them in Next.Js. We'll also discuss best practices for managing your environment variables and how to set them up on Vercel for your production deployments.
This tutorial will show you how to create protected routes in React. We will utilize the react context api & create a custom hook for our protected routes. We also discuss some common problems and different implementations to address them.
When opening a Pull Request (PR) your goal is to get your code merged into the main branch so that it can be released & a part of the code base. However, before your code can be merged it first must be reviewed.
Create a cool slider with emojis in react native