I really like the way Next.js allows to optimize the performance of each element. Nothing is left to chance. Everything is thought to do things in the most efficient way. Review collected by and hosted on G2.com.
What I don't like is sometimes the lack of visiblity in the mistakes I may encounter. It forces me to spend sometimes long hours looking for what is wrong in my code. Review collected by and hosted on G2.com.
NextJS makes initializing and maintaining a project very easy. It handles most of the tough decisions you need to make like routing, file structure, designing service architectures, etc. Review collected by and hosted on G2.com.
Although it is not as opinionated as Angular, it still has reservations. Suppose I do not need SSR and other rich features, I still need to know about the concepts to avoid any conflicts. Review collected by and hosted on G2.com.
First, its react. One of the biggest advantages is that its hybrid - SSG & SSR, or even client side. Review collected by and hosted on G2.com.
Since its webpack based , it can get slow to develop with on bigger project. When there are alternatives like Vite, it can get frustrating. But, it most cases, its really really fast. Review collected by and hosted on G2.com.