1.1.0 • Published 3 years ago

nextjs-first v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This project uses SSR(Server side rendering), Isomorphic, Universal are the same names.

Why use SSR? 1. Improved SEO - JS does not play well, Google robots, index pages, sees HTML and not JS hence SSR improves SEO 2. Faster Load Times - improved First Contentful Paint.

NextJS 1. Framework for SSR. 2. Behind the scenes uses webpack and does the bundling

Why Redux 1. Battle tested 2. For state management in scalable apps.