Introduction to Next JS - React framework

1 · Adrian Ancona Novelo · Feb. 3, 2021, 10:28 p.m.
In a recent article I gave an introduction to React. That article shows the first steps of building React components, but leaves us very far from building a useful web application. In this article we will learn how to create a real world application using Next JS. Next JS Next JS sells itself as the “React framework for production”. They promise smooth user experience combined with a rich set of features to build fast apps. Environment set-up To start an application from scratch we can use their...