Aurelia For Real World Web Applications
Aurelia For Real World Web Applications
Using the Aurelia Javascript framework to build real world applications.
About the Book
Aurelia is a powerful Javascript framework based on standards. One of the strongest aspects of Aurelia is you are not learning a framework, you are learning how to use future-spec Javascript.
In this book you will learn the underlying concepts of the Aurelia framework and at the same time, you will learn how to do various real world programming tasks such as:
- Working with forms; validation, multi-step, data caching
- How to use third party libraries
- Working with jQuery and jQuery UI
- Interfacing with API's using both the Fetch and HttpClient dependencies provided by Aurelia
- Implementing authentication in your Aurelia applications as well as numerous strategies for working with different types of authentication
- How to write an Aurelia application using TypeScript
- The definitive guide to bundling and deploying your Aurelia applications
- Working with CSS pre-processors such as; LESS, Stylus and Sass
- How to create custom elements and attributes
- Porting over existing Angular 1 and Angular 2 applications to Aurelia
- Working with the binding system
- How to extend Aurelia
- Working with the Task Queue module
- All this and a whole heap more!
Table of Contents
-
1. Welcome
- What Is Aurelia?
-
Why Aurelia?
- Aurelia is standards based
- No lock-in
- Lightweight and performance oriented
- Commercial backing
- Legitimately small learning curve
- Dependency free
- Code examples on Github
- What will I learn in this book?
-
2. An Introduction to Modern Javascript
- Transpilers
- Decorators
- let
- Constants
- Destructuring assignment
- Default parameters and values
- Rest operator
- Classes
- Promises
- Arrow functions
- Sets and Maps
- Template literals
- Modules
- Conclusion
-
3. Beyond Javascript with TypeScript
- What is TypeScript?
-
The benefits of TypeScript
- Strong Typing
- Intellisense
-
TypeScript in action
- Classes
- Interfaces
- Basic Types
- Conclusion
-
4. The Fundamentals of Aurelia
- Terminology
- The component life-cycle
-
Conventions
- View-model/View Pairs
- Overriding view/view-model conventions
- Custom Attributes/Custom Elements/Value Converters
-
5. Getting Started With Aurelia
-
Setting up your development environment
- Installing Node.js
- Working with Npm (Node Package Manager)
-
The Aurelia CLI
- Installing the CLI
- CLI commands
- Conclusion
-
Setting up your development environment
-
6. Building your first Aurelia app
- Downloading an IDE/Code editor
- Start a new project
- Let’s start coding…
- Conclusion
-
7. Templating
- Require
- Interpolation
-
Nested
<template>
elements - Binding Modes
-
Property binding
- Binding to style
- Binding to innerhtml
- Binding to textcontent
- Binding to input values
- Binding to files
- Events
- Working with addEventListener/removeEventListener
-
Inbuilt attributes
- if
- show
- repeat.for
- as-element
- Composition
- Local references/variables
- HTML only templates
- Summary
-
8. Dependency Injection (DI)
- Simple DI
- Configuring DI
- Autoinjecting dependencies in TypeScript
-
Resolvers
- Lazy
- All
- Optional
- Parent
- Factory
- NewInstance
- Summary
-
9. Value Converters & Binding Behaviors
- Value Converters
-
Binding Behaviors
- throttle
- debounce
- updateTrigger
- signal
- oneTime
- Conclusion
-
10. Event Aggregator
- Reasons to use the Event Aggregator
- Publishing events
- Subscribing to events
-
11. Structuring your applications
- Common Components of an Aurelia Application
-
Structure + Styles
- Common Styles
- Custom Elements
- Strategy #1
- Strategy #2
- Strategy #3
- Strategy #4
-
12. Working with forms
-
Binding with form elements
- Checkboxes
- Radios
- Selects
- Textarea
- File
- Contenteditable
-
Form Strategies
- Persisting form data
- Multi-step form
-
Binding with form elements
-
13. Working with the HTTP & Fetch clients
-
HTTP Client
- Making a GET request
- Making a POST request
- A Fluent API
-
Fetch Client
- Making a GET request
- Making a POST request
- Basic Configuration
- Custom request headers
- Intercepting Requests
- Error Handling
-
HTTP Client
-
14. Router
-
Configuring the router
- Using pushState
- Routes explained
- Creating a basic route
-
Creating a parameterized route
- Optional parameters
- Creating a wildcard route
- Handling unknown routes aka 404’s
- Passing data via routes
- Dynamic routed modules
- Case Sensitive Routes
- Redirecting Routes
-
The router pipeline
- Authorize Step
- PreActivate Step
- PreRender Step
- PostRender Step
-
View Ports and Layouts
- View Ports
- Layouts
-
Configuring the router
-
15. Animating
- The foundation all animations are built on
-
Animator CSS
- Getting started
- Our first CSS animation
- Manually triggering animation
- Manually triggering animation: in-depth
-
Animator Velocity.js
- Getting Started
- A basic animation example
- Registering custom effects
-
16. Testing
-
Unit Testing
- What should a good unit test look like?
- Jasmine explained
- Testing view-model/views
- Testing custom elements
- Testing custom attributes
- Testing dependencies
- Mocks
-
Unit Testing
-
17. Localization using i18n
- Prerequisites
- Installation
- Configuring our project
- Intl Polyfill
- Options
- Events
-
Displaying localization values
- Translating via custom attribute
- Translating via code
- Setting the currently active locale
- Getting the currently active locale
- Bundling the locale files
Authors have earned$10,250,807writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
The Leanpub 45-day 100% Happiness Guarantee
Within 45 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers), EPUB (for phones and tablets) and MOBI (for Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
500 QUIZ MMG COMMENTATI
ALS Medicina Generale500 Quiz degli ULTIMI Concorsi di Medicina Generale (2014/2016/2017/2018/2019)
Riassunti e suddivisi per area con Griglia risposte vuota e Griglia risposte esatte Ministeriale
Commentati con link alla fonte per approfondimento e ausilio allo studio
C++20
Rainer GrimmC++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules.
Functional Design and Architecture
Alexander GraninSoftware Design in Functional Programming, Design Patterns and Practices, Methodologies and Application Architectures. How to build real software in Haskell with less efforts and low risks. The first complete source of knowledge.
Atomic Kotlin
Bruce Eckel and Svetlana IsakovaFor both beginning and experienced programmers! From the author of the multi-award-winning Thinking in C++ and Thinking in Java together with a member of the Kotlin language team comes a book that breaks the concepts into small, easy-to-digest "atoms," along with exercises supported by hints and solutions directly inside IntelliJ IDEA!
R Programming for Data Science
Roger D. PengThis book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Algebra-Driven Design
Sandy MaguireA how-to field guide on building leak-free abstractions and algebraically designing real-world applications.
Thinking with Types
Sandy MaguireThis book aims to be the comprehensive manual for type-level programming. It's about getting you from here to there---from a competent Haskell programmer to one who convinces the compiler to do their work for them.
C++ Best Practices
Jason TurnerLevel up your C++, get the tools working for you, eliminate common problems, and move on to more exciting things!
Stratospheric
Tom Hombergs, Björn Wilmsmann, and Philip RiecksFrom Zero to Production with Spring Boot and AWS. All you need to know to get a Spring Boot application into production with AWS. No previous AWS knowledge required.
Top Bundles
- #1
Software Architecture for Developers: Volumes 1 & 2 - Technical leadership and communication
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #4
Cloud Architect: Transform Technology and Organization
2 Books
Architects don't just recite product names and features. They understand the options, decisions, and trade-offs behind them. They earn credibility and maintain authenticity by connecting the penthouse with the engine room. Get two essential books that redefine the role of the software and IT architect at one low price:37 Things One Architect... - #6
Linux Administration Complet
4 Books
Ce lot comprend les quatre volumes du Guide Linux Administration :Linux Administration, Volume 1, Administration fondamentale : Guide pratique de préparation aux examens de certification LPIC 1, Linux Essentials, RHCSA et LFCS. Administration fondamentale. Introduction à Linux. Le Shell. Traitement du texte. Arborescence de fichiers. Sécurité... - #7
The Python Craftsman
3 Books
The Python Craftsman series comprises The Python Apprentice, The Python Journeyman, and The Python Master. The first book is primarily suitable for for programmers with some experience of programming in another language. If you don't have any experience with programming this book may be a bit daunting. You'll be learning not just a programming... - #10
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon...