- 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.
推薦閱讀
- pcDuino開發實戰
- 零起點學Linux系統管理
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- BPEL and Java Cookbook
- Haskell Financial Data Modeling and Predictive Analytics
- Linux集群和自動化運維
- 網絡操作系統管理與應用(第三版)
- 嵌入式系統及其應用(第三版)
- AWS SysOps Cookbook
- Linux網絡配置與安全管理
- Linux操作系統
- Docker容器技術與應用
- Less Web Development Essentials
- STM32庫開發實戰指南
- Windows 11使用方法與技巧從入門到精通