So you want to build a javascript web application? Easy, right?
npx create-react-app my-app
Fill out a few blanks. Bosh! Done! ...but are we really?
I want to take a look at what it takes to really build a modern, performant web application from ideation through to deployment and maintenance. I am going to document the journey.