Code Fellows Reading Notes

443

Benefits of Next.js

The benefits of using Next.js in developing websites are adaptability and responsiveness, security, shorter load time, improved SEO, a faster development process, and better image optimisation.

Gatsby

Some web applications like social-media apps, and SaaS apps, are not viable using Gatsby because Gatsby would have to build the entire web-page every time something changes, and then serve it. This would be lousy UX and by the time one build finished and served, about 100 more builds would be in line.