Developing Web Components with TypeScript Native Web Development Using Thin Libraries

Create professional and progressive web apps with the native HTML API on the latest technology stack. This book describes the basics of web components and how to create them using plain JavaScript as well as how to make professional applications based on web components using TypeScript. Developing...

Full description

Saved in:
Bibliographic Details
Main Author: Krause, Jörg 1964- (Author)
Format: Book
Language:English
Published: Berkeley, CA Apress 2021
Subjects:
Online Access:Click Here to View Status and Holdings.
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Intro
  • Table of Contents
  • About the Author
  • About the Technical Reviewer
  • Acknowledgments
  • Introduction
  • Chapter 1: Introduction
  • The Global Picture
  • Components
  • Component Architecture
  • Parts of a Component
  • The Rise of Thin Libraries
  • Single-Page Apps
  • The HTML 5 API
  • The Template Language
  • Smart Decorators
  • TypeScript
  • WebPack
  • Compatibility
  • Other Libraries
  • Summary
  • Chapter 2: Making Components
  • Basics
  • A First Example
  • Observing Unset Elements
  • Custom Elements AP
  • Observing Attributes
  • Attribute Data
  • Discussing the Options