- Mastering Reactive JavaScript
- Erich de Souza Oliveira
- 248字
- 2021-07-09 20:33:05
Why do I need it?
Functional reactive programming is especially useful when implementing one of these scenarios:
- Graphical user interface
- Animation
- Robotics
- Simulation
- Computer vision
A few years ago, all a user could do in a web app was fill a form with some data and post it to a server. Nowadays our web apps and mobile apps present to the user a richer interface, empowering them with real-time information and giving a lot more interaction possibilities. So, as the applications evolved, we needed more tools to achieve the new requirements.
Using it you can abstract the source of your data to the business logic of your application–this lets you write more concise and decoupled code, improves the reuse, and leads to a more testable code as you can easily mock your streams to test your business logic.
In this book we will use Reactive Extensions to explain and implement an example reactive application. Reactive Extensions are widely used in the industry and they have implementations for different languages (.Net, Scala, JavaScript, Ruby, Java, and so on) so you can easily translate the things you learn in this book to other languages.
In my personal opinion, Reactive Extensions have some concepts which are hard to understand for those unfamiliar with reactive programming. For this reason, we will learn the basics using a more simple library (bacon.js), and as soon as you understand the basics and the concepts, I will give you more tools using RxJS.
- 電腦組裝與系統安裝
- Containerization with LXC
- Puppet實戰
- 精解Windows 8
- Installing and Configuring Windows 10:70-698 Exam Guide
- Moodle 3.x Teaching Techniques(Third Edition)
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- 嵌入式實時操作系統μC/OS原理與實踐
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- Linux應用大全 基礎與管理
- Learning Continuous Integration with Jenkins(Second Edition)
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- Raspberry Pi入門指南
- Java EE 7 Developer Handbook
- Linux指令從初學到精通