raimohanska / bacon-devday-code

The assignment for the upcoming Bacon.js hands-on session at ReaktorDevDay
35 stars 23 forks source link

Update devday to use bacon.jquery instead #3

Open DjebbZ opened 11 years ago

DjebbZ commented 11 years ago

Hello,

I discovered FRP through your project and I realize it's a killer paradigm for UI management, no more statefull-spaghetti-code. So I decided to learn Bacon.js and found the devday tutorial.

I managed to do the steps until the pending request and the need to show the Ajax loading indicator. 'pending' is not documented for Bacon.Ui neither for bacon.jquery it's successor. So I have trouble wrapping my head around this step.

I'd love aupdated version and documentation for the pending function. Possible ? Tia !

raimohanska commented 10 years ago

Sorry for the huge delay. This one got buried under a virtual pile of emails.

The awaiting method in core Bacon.js does the same thing as pending used to, and is fully documented in Bacon.js Readme.

Not sure if I'll have the time to keep my old slides updated :) I'll be glad to accept related PRs of course.