- 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.
推薦閱讀
- 發布!設計與部署穩定的分布式系統(第2版)
- Extending Puppet
- Ubuntu Linux操作系統
- Linux網絡內核分析與開發
- Windows Phone 8 Application Development Essentials
- 奔跑吧 Linux內核(入門篇)
- Mobile First Design with HTML5 and CSS3
- 8051軟核處理器設計實戰
- Advanced TypeScript Programming Projects
- 計算機應用基礎(Windows 7+Office 2016)
- Windows 7實戰從入門到精通
- Windows Vista終極技巧金典
- iOS 10快速開發:18天零基礎開發一個商業應用
- OpenVZ Essentials
- Agile IT Security Implementation Methodology