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 W...

Full description

Bibliographic Details
Main Author: Krause, Jörg
Format: eBook
Language:English
Published: Berkeley, CA Apress 2021, 2021
Edition:1st ed. 2021
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02339nmm a2200253 u 4500
001 EB001960578
003 EBX01000000000000001123480
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210407 ||| eng
020 |a 9781484268407 
100 1 |a Krause, Jörg 
245 0 0 |a Developing Web Components with TypeScript  |h Elektronische Ressource  |b Native Web Development Using Thin Libraries  |c by Jörg Krause 
250 |a 1st ed. 2021 
260 |a Berkeley, CA  |b Apress  |c 2021, 2021 
300 |a XXII, 266 p. 35 illus  |b online resource 
505 0 |a Chapter 1: Introduction -- Chapter 2: Making Components -- Chapter 3: Shadow DOM -- Chapter 4: Events -- Chapter 5: Templates -- Chapter 6: Slots -- Chapter 7: Components and Styles -- Chapter 8: Making Single Page Apps -- Chapter 9: Professional Components 
653 |a Computer programming 
653 |a Web Development 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
856 4 0 |u https://doi.org/10.1007/978-1-4842-6840-7?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 006.76 
520 |a 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 Web Components with TypeScript looks at APIs using examples, techniques, and tricks. You will start with a brief introduction to web components, including slots and templates, handling custom events, and styling components with or without shadow DOM. Then, it introduces TypeScript as part of the tool set. It shows the internal construction of a professional thin library. It also helps you learn how to deal with web components in real-life projects; this includes techniques such as creating a single-page app without framework code. All code samples used here are supported by all modern browsers for you to follow along. Library code and examples are available on GitHub. You will: Create isolated web components using shadow DOM, slots, and templates Understand the advantage of an enhanced toolset, especially TypeScript Pick up styles and customizations Master professional web apps using native APIs Understand the life cycle of a component