bacon-love

所属分类:Dart语言编程
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2017-01-08 14:06:18
上 传 者sh-1993
说明:  函数 React编程的Nodeschool型研讨会_and_ Bacon.js
(A Nodeschool type workshop for Functional Reactive Programming _and_ Bacon.js)

文件列表:
.travis.yml (75, 2017-01-06)
enforce-node-version.js (450, 2017-01-06)
exercises/ (0, 2017-01-06)
exercises/01_intro_to_the_workshop/ (0, 2017-01-06)
exercises/01_intro_to_the_workshop/exercise.js (463, 2017-01-06)
exercises/01_intro_to_the_workshop/problem.md (3419, 2017-01-06)
exercises/01_intro_to_the_workshop/solution/ (0, 2017-01-06)
exercises/01_intro_to_the_workshop/solution/solution.js (61, 2017-01-06)
exercises/02_wrapping_values_as_reactive_datatypes/ (0, 2017-01-06)
exercises/02_wrapping_values_as_reactive_datatypes/exercise.js (2365, 2017-01-06)
exercises/02_wrapping_values_as_reactive_datatypes/problem.md (2872, 2017-01-06)
exercises/02_wrapping_values_as_reactive_datatypes/solution/ (0, 2017-01-06)
exercises/02_wrapping_values_as_reactive_datatypes/solution/solution.js (804, 2017-01-06)
exercises/03_subscription_based/ (0, 2017-01-06)
exercises/03_subscription_based/exercise.js (1588, 2017-01-06)
exercises/03_subscription_based/problem.md (2259, 2017-01-06)
exercises/03_subscription_based/solution/ (0, 2017-01-06)
exercises/03_subscription_based/solution/solution.js (225, 2017-01-06)
exercises/04_eventstreams/ (0, 2017-01-06)
exercises/04_eventstreams/exercise.js (785, 2017-01-06)
exercises/04_eventstreams/problem.md (3338, 2017-01-06)
exercises/04_eventstreams/solution/ (0, 2017-01-06)
exercises/04_eventstreams/solution/solution.js (302, 2017-01-06)
exercises/05_properties/ (0, 2017-01-06)
exercises/05_properties/exercise.js (984, 2017-01-06)
exercises/05_properties/problem.md (1957, 2017-01-06)
exercises/05_properties/solution/ (0, 2017-01-06)
exercises/05_properties/solution/solution.js (128, 2017-01-06)
exercises/06_map_and_filter/ (0, 2017-01-06)
exercises/06_map_and_filter/exercise.js (3739, 2017-01-06)
exercises/06_map_and_filter/problem.md (3218, 2017-01-06)
exercises/06_map_and_filter/solution/ (0, 2017-01-06)
exercises/06_map_and_filter/solution/solution.js (621, 2017-01-06)
exercises/07_fold_and_scan/ (0, 2017-01-06)
exercises/07_fold_and_scan/exercise.js (2137, 2017-01-06)
exercises/07_fold_and_scan/problem.md (3269, 2017-01-06)
exercises/07_fold_and_scan/solution/ (0, 2017-01-06)
exercises/07_fold_and_scan/solution/solution.js (622, 2017-01-06)
... ...

bacon-love – the Workshop for Functional Reactive Programming ==== This is a Nodeschool-esc workshop module for doing Functional Reactive Programming (FRP) using the library [Bacon.js](https://github.com/baconjs/bacon.js). [![Build Status](https://travis-ci.org/mikaelbr/bacon-love.svg?branch=master)](https://travis-ci.org/mikaelbr/bacon-love) The goal of this workshop is to learn the concept of FRP while solving exercises, and the implementation it self is not that important. Most of the methods used in this workshop might as well be used in an alternative like [RxJS](https://github.com/Reactive-Extensions/RxJS). The main difference is that Bacon adhere to classic theory of FRP (with a distinction between observables). ![bacon-love](https://raw.githubusercontent.com/mikaelbr/bacon-love/master/screenshot.png) ## Install and Start You need Node.js at least version 4. Install the workshop by doing ``` npm install -g bacon-love ``` And start the workshop by typing, in the terminal: ``` bacon-love ``` You can get help by typing ``` bacon-love help ``` ### Tip If you find that there is too much text and want it scrollable (with `less`), you can pipe the print of the current exercise by doing the following: ``` bacon-love print | less -R ``` ## Feedback? Please leave us any tips, comments or Pull Requests in the Github Issues.

近期下载者

相关文件


收藏者