NextJS

blog
May 16, 2021   |    Mohit Sood
How can we analyze Next.js app bundles?

Using Next.js you can analyze the size of your app bundles. After analyzing the size of the bundles, you can think about which component you need to work on to increase the performance, decrease the size, etc of your application.


In this post, I will tell you about the whole process I followed to ...

blog
February 17, 2024   |    Mohit Sood
Understanding React Client and Server Components in Next.js

Overview


In this article, we will disucss React Client and Server components within the context of Next.js. We'll walk through the process of creating both server and client components in a Next.js application, highlighting the distinctions between them and offering insights into ...

© 2024 - Mohit Sood. Made with