paldepind / functional-frontend-architecture

A functional frontend framework.
MIT License
1.44k stars 87 forks source link

Counters: Rapid clicking causes more updates than there were clicks #9

Closed raine closed 9 years ago

raine commented 9 years ago

In first counter example:

counters

alexeygolev commented 9 years ago

can you log the actions stream and the model stream to see what is happening with the streams I normally have this at the bottom of my file:)

flyd.on(a => console.log('action', a), actions$);

So I can uncomment it when I'm lost

paldepind commented 9 years ago

I cannot reproduce this?

alexeygolev commented 9 years ago

Neither can I

paldepind commented 9 years ago

I am closing this. Reopen if necessary.