Articles in this series
Why am I taking this course? Though I've been coding for about 3 years now since I finished my boot camp at the tail end of 2020, and have used React...
Course Project Overview: What will I be building? App: Coffee Masters Web app for a coffee shop Menu of products Details of each product Order...
Browser Routing & History API Single Page Applications: how to change the content The idea of a SPA, vs a multi-page app, is that we’re only using one...
Creating a Proxy A proxy is a wrapper object that allows you to intercept and modify operations performed on the wrapped object, allowing us to add...