- 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.
推薦閱讀
- Mobile-first Bootstrap
- Ubuntu Linux操作系統
- 循序漸進學Docker
- 計算機系統開發與優化實戰
- Kubernetes從入門到實踐
- Windows Server 2012網絡操作系統企業應用案例詳解
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Linux自動化運維:Shell與Ansible(微課版)
- Linux運維最佳實踐
- 嵌入式系統原理及開發
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- 寫給架構師的Linux實踐:設計并實現基于Linux的IT解決方案
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- 從實踐中學習Windows滲透測試
- Hadoop Real-World Solutions Cookbook