chapter two
2 Understanding the Web Platform
This chapter covers
- The core building blocks of the web platform: rendering engines, browsers, protocols, and APIs
- Choosing an application architecture for navigation, rendering, and UI models
- Mixing HTML, CSS, JavaScript, and other standard specs together in Vanilla projects
- Implementing key design patterns and compatibility guidance
- Performance, accessibility, distribution, and modern web apps with Vanilla Web
The web platform is powerful by default, but with more than a decade of focusing on libraries, frameworks, and large stacks, we often overlook the most valuable features. Let’s cover the most essential advantages of using Vanilla Web in our projects.
2.1 Building blocks
We will create software using web standards as building blocks. We can see a diagram of all the pieces in Figure 2.1 that we will explain in this chapter. Web standards evolve slowly and with consensus from different providers, which leads to a more robust platform that makes our code less likely to need re-testing or re-coding when the platform grows, as sometimes happens with frameworks.