- Mastering Reactive JavaScript
- Erich de Souza Oliveira
- 106字
- 2021-07-09 20:33:05
bacon.js
In this first chapter of this book we will be using bacon.js , which is a library for functional reactive programming in JavaScript. This library works in both server and client. We will use it to introduce you to some concepts of functional reactive programming as it is easier to get started. We will be using version 0.7.88.
To install it on your server, just run the following command inside a node project:
npm i baconjs@0.7.88 -save
To add it to an HTML page, just paste the following code snippet inside it:
<script src="https://cdnjs.cloudflare.com/ajax/libs/bacon.js/0.7.88/Bacon.min.js">
</script>
Don't worry with the version not being above 1.x; bacon.js is stable.
推薦閱讀
- Hands-On DevOps with Vagrant
- 精通Linux內(nèi)核開發(fā)
- Windows Phone 7.5 Data Cookbook
- 嵌入式應(yīng)用程序設(shè)計綜合教程(微課版)
- Linux Shell編程從入門到精通(第2版)
- Docker+Kubernetes應(yīng)用開發(fā)與快速上云
- 巧學(xué)活用Windows 7
- Linux內(nèi)核觀測技術(shù)BPF
- Linux服務(wù)器配置與管理
- 計算機系統(tǒng)的自主設(shè)計
- Windows 8實戰(zhàn)從入門到精通(超值版)
- Troubleshooting Docker
- HTML5 Enterprise Application Development
- 鴻蒙操作系統(tǒng)設(shè)計原理與架構(gòu)
- 統(tǒng)信UOS應(yīng)用開發(fā)進階教程