Skip to main content

Questions tagged [bacon.js]

Functional reactive programming library for JavaScript.

Filter by
Sorted by
Tagged with
2 votes
0 answers
175 views

I wrote a mixin to declaratively get a Bacon.js event stream. So instead of onChange={this.handleChange}, you can do ...
Bob Lauer's user avatar
  • 156
4 votes
1 answer
329 views

For a game, there is some WebGLRenderer object that wraps around canvas element. There is need to update it's size when browser window size changes. Here goes my current code written using BaconJS. ...
FredyC's user avatar
  • 217
2 votes
1 answer
413 views

I'm trying to get my head around asyncronous programming in node.js. My example is reading all the files from a directory. I know I can avoid asyncronous programming by using the syncronous methods: ...
bjelli's user avatar
  • 403