- Mastering Reactive JavaScript
- Erich de Souza Oliveira
- 88字
- 2021-07-09 20:33:05
RxJS
The last tool we need to follow in this book is RxJS; we will use this library in later chapters. This library also runs in both client and server and we will be using version 4.1.0.
To install it on your server, just run the following command inside a node project:
npm i rx@4.1.0 -save
To add it to an HTML page, just paste the following code snippet inside it:
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs/4.1.0/rx.all.js">
</script>
For those using other package managers, you can also install bacon.js and RxJS from Bower and NuGet.
推薦閱讀
- Citrix XenApp Performance Essentials
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- 白話區塊鏈
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- 精通Linux內核開發
- Windows Phone 8 Application Development Essentials
- Java EE 8 Design Patterns and Best Practices
- 8051軟核處理器設計實戰
- Learning Magento 2 Administration
- Python UNIX和Linux系統管理指南
- Vim 8文本處理實戰
- Windows 8實戰從入門到精通(超值版)
- CentOS 6 Linux Server Cookbook
- Linux網絡配置與安全管理
- Learn OpenShift