All Questions
Tagged with bacon.js javascript
2 questions
2
votes
0
answers
171
views
React mixin to declaratively get Bacon.js event steams
I wrote a mixin to declaratively get a Bacon.js event stream. So instead of onChange={this.handleChange}, you can do ...
2
votes
1
answer
405
views
How do I handle the file system?
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:
...