Название: Web Components in Action
Автор: Ben Farrell
Издательство: Manning Publications
Год: 2019
Формат: epub/pdf(conv.), true pdf
Страниц: 432
Размер: 15 Mb, 21.2 Mb
Язык: English
Web Components are a standardized way to build reusable custom elements for web pages and applications using HTML, CSS, and jаvascript. A Web Component is well-encapsulated, keeping its internal structure separate from other page elements so they don't collide with the rest of your code. In Web Components in Action you'll learn to design, build, and deploy reusable Web Components from scratch.
Foreword by Gray Norton.
About the Technology
The right UI can set your sites and web applications apart from the ordinary. Using the Web Components API, you can build Custom Elements and then add them to your pages with just a simple HTML tag. This standards-based design approach gives you complete control over the style and behavior of your components and makes them radically easier to build, share, and reuse between projects.
About the Book