bacon-love icon indicating copy to clipboard operation
bacon-love copied to clipboard

A Nodeschool type workshop for Functional Reactive Programming and Bacon.js

Results 4 bacon-love issues
Sort by recently updated
recently updated
newest added

Exercise demands a stream(?) of values that add up to 6, without introducing baconjs at all. Should I go through the baconjs documentation myself? I thought the whole point of...

1. Wrapping Values as Reactive Datatypes Exercise 2 of 16 returns without error but not completed if array is explicitly described : `Bacon.sequentially(2,[1,2,3,4])` if I use the callback function that...

```js module.exports = (Bacon, nidelva, leirelva, buttonClicked) => nidelva .combine(leirelva, (leirelvaSample, nidelvaSample) => leirelvaSample + nidelvaSample) .sampledBy(buttonClicked); ``` ✓ Should return an event stream ✓ Should make an EventStream from...

Started work on migrating to latest workshopper. This is a WIP just to lead in the right direction. There are some issues with tests for exercise 11 (timeout in tests)....