Hey there! 👋 I've been working on a new app called Blog Statique. It's inspired by the popular GitHub Readme Stats tool and designed to help bloggers like you gain insights into your activity on platforms ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Heres the code: export const getInitialProps = ({ req, res, err }) => { let ...Read more
Creating a Next.js project is a single-line command. But taking it from there to production takes much more. This article explains different steps to create a robust Next.js project. Completed project Github repo: Read more
Next.js is a popular React framework that enables developers to build fast and scalable web applications with ease. It has gained significant attention from the developer community due to its intuitive development process and ability ...Read more
As a quick reminder: this post is not a step-by-step tutorial on how I built this game, but just a review of how I approached this project during this journey. ...Read more
Hey Dev Community! 👋 Are you ready to dive into the world of Model-View-Controller (MVC) architecture with Next.js? Let's break it down step-by-step. 🛠️ What is MVC? 🤔 MVC is a design pattern that separates ...Read more
Today's blockchain ecosystem is characterized by many blockchain networks operating independently, each with unique features and functionalities. However, this fragmentation presents challenges regarding seamless communication and collaboration between these networks. To overcome these barriers, a ...Read more
Next.js is one of the most popular and widely used React frameworks. Using the Context API in Next.js is very simple but there are specific cases where you may need to wrap only certain pages by ...Read more