May 2024
Beginner to intermediate
384 pages
9h 29m
English
Get ready, because the real excitement begins now! You’ve already dabbled in the creation of a TODO application, using nothing but HTML and vanilla JavaScript. Part 1 gave you a glimpse of the challenges involved in developing large, complex web applications that require manual Document Object Model (DOM) manipulation and real-time synchronization between the view and the model as users interact with the app.
But don’t worry; frontend frameworks were designed to make your life easier! We’ll start by abstracting away the nitty-gritty DOM manipulation code required for view creation. Enter the concept of the virtual DOM. With a virtual DOM tree, you can define how a view should appear and let the framework handle ...
Read now
Unlock full access