Next JS

Next JS is well, a react framework. That is the ideal and shortest description ever. It is built around the core of React JS, BUT the best part is that it has support for SSR and SSG. Well, these mean that it has support for Server Side Rendering and Server Side Generation. The main problem solved by Next JS is mainly SEO problems associated with react built web application - inability for search engines to understand the content generated by Single Page Applications. Well, this section of the website will focus on basically Next JS related tips, guides and best practices. So get ready and let's do this!