- Mastering Reactive JavaScript
- Erich de Souza Oliveira
- 147字
- 2021-07-09 20:33:10
Summary
In this chapter, you learned the basics of functional reactive programming using the bacon.js library. We wanted to give you the taste of functional reactive programming and also get your hands dirty with a lot of different examples.
You learned about observables and the different types of observables that bacon.js has implemented. You also learned about some of the built-in methods that help you create observables in bacon.js and also how you can create your own observable using the fromBinder() method.
Apart from this, you also learned how to subscribe and unsubscribe from an observable, how to use operators to transform an observable, and the importance of reuse in this context.
In the next chapter, we will start using RxJS as it gives us more tools for functional reactive programming. We will see how it compares with bacon.js and understand the basics of this new tool.
- Kubernetes修煉手冊
- Social Media Mining with R
- Mobile-first Bootstrap
- 操作系統基礎與實踐:基于openEuler平臺
- Windows Server 2019 Administration Fundamentals
- 網絡操作系統管理與應用(第三版)
- 巧學活用Windows 7
- Android物聯網開發細致入門與最佳實踐
- 蘋果OS X Mavericks 10.9應用大全
- Linux內核修煉之道
- Linux系統管理初學者指南:基于CentOS 7.6
- 基于Arduino的嵌入式系統入門與實踐
- Responsive Web Design with AngularJS
- Unity AR/VR開發:實戰高手訓練營
- Android Telephony原理解析與開發指南