September 2023
Intermediate to advanced
284 pages
5h 25m
English
All the major front-end frameworks that developers use today have something in common. They all use components as basic blocks for building the UI. Chapter 3 showed you how to create a component registry based on pure functions. On (almost) all modern browsers, it’s possible to create components for your web applications with a set of native APIs. This suite of APIs is called Web Components.