Articles in this series
NextJS File Structure · Welcome to the first installment of our series on the NextJS 13 (app router), where we'll mastering NextJS a straightforward...
Next.js Application with Custom API Endpoints · In this Short Blog, we will understand How to create API routes in the NextJS app router with file-based...
In this Blog I will discuss what is the differences between these rendering methods, Each of these methods has its own unique characteristics and use...
Every website we visit often has its own API, including popular platforms like Twitter. Let's take Twitter as an example. When we search for a user,...
NextJS has lots of stuff related to Styling, Here are the things we can use for styling CSS Modules Tailwind CSS-IN-JS SASS Let's see all one by...
Optimization is one of the most important things in any website So that the website stat looks like this - Here are some points to optimization which...