Building a React walking skeleton: Introduction
Front-end development has evolved in the last few years, and has become a complex beast on its own. This series of blog posts will take us through the process of building a React walking skeleton from scratch for client-side applications. We will outline, and maybe implement, a small React application that will serve us as a playground. The scope will be small enough to set up all the pieces of the system without getting lost into the details of developing complex features. One important aspect will be CI/CD, a common development practice these days, even for front-end applications. ...