Git Product home page Git Product logo

Comments (5)

raimohanska avatar raimohanska commented on July 20, 2024

Please refer to #47

What's happening here is that your Property won't get updated when there are no listeners. Before you add an actual listener using onValue, the Property is not active; it's not listening to the underlying Bus. It ignores input until someone's interested. So it all boils down to the "laziness" of all Bacon streams and properties. This is a key feature too: the streams automatically "plug in" to their sources when a listner is added, and "unplug" when there are no more listeners.

Is there something specific you're trying to achieve here, or are you just experimenting? Maybe I could help you with your actual application?

from bacon.js.

raimohanska avatar raimohanska commented on July 20, 2024

This is definitely a FAQ.I feel we need to ad a FAQ section in the Wiki :)

from bacon.js.

raimohanska avatar raimohanska commented on July 20, 2024

If you based your Property on, for instance, jQuery events, would you expect it to be updated while there are no listeners? If so, what would be the cost? With a Bus, there obviously wouldn't be a substantial cost to updating the Property, but from the the Property's point of view, the Bus is just an EventStream that the Property listens to when it has listeners.

So, this is in fact the desired behaviour, even though it at first doesn't make sense. It would be possible to make an exception for the Bus class only, but that would be introducing an inconsistency into the way Properties work.

I hope this clarifies things.

from bacon.js.

latentflip avatar latentflip commented on July 20, 2024

Okay, I guess that makes sense, or at least, isn't a bug :)

I am just experimenting at the moment really, so we'll see how I go with a manual .onValue() call for now.

from bacon.js.

raimohanska avatar raimohanska commented on July 20, 2024

Ok :)

And really, I'll be glad to help you with the design of your actual application (to some extent...). I suggest you use the Bacon.js Google Group for support.

https://groups.google.com/forum/?fromgroups#!forum/baconjs

from bacon.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.