💡 Introduction
Next.js is becoming more and more popular recently.
This article explains exactly why it's getting called "The Future Of...
For further actions, you may consider blocking this person and/or reporting abuse
I really like next.js for personal projects because it helps me get started quickly. However when it comes to work, I don’t use nextjs since the FE is more complex and would hit nextjs limitations
Nice!
But I disagree here, Next.js is framework that can help build all sorts of complicated things on the internet.
It has special features that can handle difficult tasks, so it's good for making complicated websites too.
1.I agree , and next js performance is much faster than react js .
Why nextjs is much faster than react while it's based on react?
Due to Server Side Rendering
Remember that next.js is only when you are building a app that needs back-end. If you are testing out a library, like a design one, React is enough.
React: only front-end and basic back-end
Next.js: full-stack
Great explanation!
Next 很好用