Practical Application Development with AppRun Building Reliable, High-Performance Web Apps Using Elm-Inspired Architecture, Event Pub-Sub, and Components

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

Full description

Bibliographic Details
Main Author: Sun, Yiyi
Format: eBook
Language:English
Published: Berkeley, CA Apress 2019, 2019
Edition:1st ed. 2019
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02262nmm a2200253 u 4500
001 EB001860716
003 EBX01000000000000001024812
005 00000000000000.0
007 cr|||||||||||||||||||||
008 190201 ||| eng
020 |a 9781484240694 
100 1 |a Sun, Yiyi 
245 0 0 |a Practical Application Development with AppRun  |h Elektronische Ressource  |b Building Reliable, High-Performance Web Apps Using Elm-Inspired Architecture, Event Pub-Sub, and Components  |c by Yiyi Sun 
250 |a 1st ed. 2019 
260 |a Berkeley, CA  |b Apress  |c 2019, 2019 
300 |a XVIII, 293 p. 102 illus  |b online resource 
505 0 |a 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 
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-4069-4?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 006.76 
520 |a 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