Building Your Own JavaScript Framework. Architect extensible and reusable framework systems - Helion

Tytuł oryginału: Building Your Own JavaScript Framework. Architect extensible and reusable framework systems
ISBN: 9781804618721
stron: 236, Format: ebook
Data wydania: 2023-11-01
Księgarnia: Helion
Cena książki: 98,10 zł (poprzednio: 109,00 zł)
Oszczędzasz: 10% (-10,90 zł)
JavaScript frameworks play an essential role in web application development; however, no single framework works perfectly for all projects. This book will help you understand existing projects, design new software architecture, and maintain projects as they grow. You’ll go through software architecture principles with JavaScript, along with a guided example of structuring your project and maintenance guidance.
This book covers framework planning aspects, enabling you to identify key stakeholders, understand JavaScript API design, and leverage complex abstraction. The second part of the book takes a practical programming approach to building your own framework by showing you how to structure modules and interfaces. As you advance, you’ll discover how to develop data-binding components, work with JavaScript APIs, and much more. While writing a framework is half the job, continuing to develop it requires effort from everyone involved. The concluding chapters help to achieve this by teaching you the crucial aspects of software maintenance and highlighting the constants of framework development.
By the end of this book, you’ll have gained a clear understanding of the JavaScript framework landscape, along with the ability to build frameworks for your use cases.
Osoby które kupowały "Building Your Own JavaScript Framework. Architect extensible and reusable framework systems", wybierały także:
- Biologika Sukcesji Pokoleniowej. Sezon 3. Konflikty na terytorium 127,27 zł, (14,00 zł -89%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 93,33 zł, (14,00 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 77,78 zł, (14,00 zł -82%)
Spis treści
Building Your Own JavaScript Framework. Architect extensible and reusable framework systems eBook -- spis treści
- 1. The Benefits of Different JavaScript Frameworks
- 2. Framework Organization
- 3. Internal Framework Architecture
- 4. Ensuring Framework Usability and Quality
- 5. Framework Considerations
- 6. Building a Framework by Example
- 7. Creating a Full Stack Framework
- 8. Architecting Frontend Frameworks
- 9. Framework Maintenance
- 10. Best Practices