Why you should use NextJS instead of just React (Create React App)?
Here are few reasons that you have to read right now.
Automatic code splitting, NextJS is really smart when you build your project, it knows which JS/CSS code to be sent when any request come for any page. No unnecessary junk.
Image optimization, N...
blog.devjunction.in2 min read