Practical Application Development with AppRun: Building Reliable, High-Performance Web Apps Using Elm-Inspired Architecture, Event Pub-Sub, and Components
Autor Yiyi Sunen Limba Engleză Paperback – 5 ian 2019
Explore the concepts, patterns, and architecture behind AppRun applications. With this end-to-end guide, you will be able to build web apps fast to the market with the low learning curve and high development productivity.
You will learn how to break down the application logic into three decoupled parts: state, view, and update. You will then see how to connect web page events to the AppRun event life-cycle, route user interactions, access data from the remote servers, compose the user interface using components, and integrate 3rd party libraries.
Following examples of various apps, such as the counter app, to-do app, weather app, hacker news reader app, and blog app, you will have all the techniques for developing your AppRun apps including the line of business apps. You will also review wider development concepts such as using strongly typed states practically, unit testing strategies for app state changes, time travel debugging, async web APIinvocation, server-side virtual DOM, module compilation optimization, the developer tools, and more.
You will learn how to break down the application logic into three decoupled parts: state, view, and update. You will then see how to connect web page events to the AppRun event life-cycle, route user interactions, access data from the remote servers, compose the user interface using components, and integrate 3rd party libraries.
Following examples of various apps, such as the counter app, to-do app, weather app, hacker news reader app, and blog app, you will have all the techniques for developing your AppRun apps including the line of business apps. You will also review wider development concepts such as using strongly typed states practically, unit testing strategies for app state changes, time travel debugging, async web APIinvocation, server-side virtual DOM, module compilation optimization, the developer tools, and more.
What You'll Learn
- Use AppRun to develop web apps end-to-end
- Understand the technology behind AppRun
- Evaluate and compare architecture design
- Develop applications using Elm architecture, event publication and subscription, and components.
Who This Book Is For
Web app developers and architects; useful for beginners learning front-end development and more experienced developers interested in learning about AppRun and modern development concepts and principles more generally
Preț: 213.89 lei
Preț vechi: 267.36 lei
-20% Nou
Puncte Express: 321
Preț estimativ în valută:
40.94€ • 42.67$ • 34.08£
40.94€ • 42.67$ • 34.08£
Carte tipărită la comandă
Livrare economică 01-07 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484240687
ISBN-10: 1484240685
Pagini: 241
Ilustrații: XVIII, 293 p. 102 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.54 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484240685
Pagini: 241
Ilustrații: XVIII, 293 p. 102 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.54 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Getting Started.- 2. AppRun Development Environment.- 3. Model the State.- 4. View Patterns.- 5. Event Patterns.- 6. Asynchronous Events.- 7. Single-Page Applications.- 8. Third Party Library Integration.- 9. Server-Side Rendering.- 10. A Real-World SPA.- 11. Unit Testing.- 12. AppRun DevTools.
Notă biografică
Yiyi Sun has an academic background in computer cartography and geographical information systems. He has over twenty years of software development experience and over ten years’ experience as a software architect. Currently, he works as Director of Technology in a real estate company based in Toronto, Canada. Coding and fishing are his hobbies.
Textul de pe ultima copertă
Explore the concepts, patterns, and architecture behind AppRun applications. With this end-to-end guide, you will be able to build web apps fast to the market with the low learning curve and high development productivity.
You will learn how to break down the application logic into three decoupled parts: state, view, and update. You will then see how to connect web page events to the AppRun event life-cycle, route user interactions, access data from the remote servers, compose the user interface using components, and integrate 3rd party libraries.
Following examples of various apps, such as the counter app, to-do app, weather app, hacker news reader app, and blog app, you will have all the techniques for developing your AppRun apps including the line of business apps. You will also review wider development concepts such as using strongly typed states practically, unit testing strategies for app state changes, time travel debugging, async web API invocation, server-side virtual DOM, module compilation optimization, the developer tools, and more.
You will learn how to break down the application logic into three decoupled parts: state, view, and update. You will then see how to connect web page events to the AppRun event life-cycle, route user interactions, access data from the remote servers, compose the user interface using components, and integrate 3rd party libraries.
Following examples of various apps, such as the counter app, to-do app, weather app, hacker news reader app, and blog app, you will have all the techniques for developing your AppRun apps including the line of business apps. You will also review wider development concepts such as using strongly typed states practically, unit testing strategies for app state changes, time travel debugging, async web API invocation, server-side virtual DOM, module compilation optimization, the developer tools, and more.
Caracteristici
First book on AppRun, a lightweight library (3K) for developing applications using Elm architecture, event publication and subscription, and components Teaches app development concepts and ideas that are applicable specifically to AppRun and also to other frameworks and libraries End-to-end solution for using AppRun to develop a web application from scratch