Hello, guys!
I'm new to FRP (or RP, dont know exactly) and want to get in with bacon. The first thing I really cant understand is the Property. Documentations says:
One of the common first questions people ask is "how do I get the latest value of a stream or a property". There is no getLatestValue method available and will not be either. You get the value by subscribing to the stream/property and handling the values in your callback. If you need the value of more than one source, use one of the combine methods."
So what if I want to know its value in some later time after it arrives? What should I do? As I understand documentation says that I can get this value using some technics, but there are no examples describing them.
As most of bacon users I'm coming from MVC world. So the other question I have is: "How to organize large application?". All the examples I found are "one file program". What are the common technics to develop an app with several modules?
I there any guides from which I can get more solid knowledge about what FRP (or RP) is and how to use it in every day development?
Hello, guys!
I'm new to FRP (or RP, dont know exactly) and want to get in with bacon. The first thing I really cant understand is the Property. Documentations says:
So what if I want to know its value in some later time after it arrives? What should I do? As I understand documentation says that I can get this value using some technics, but there are no examples describing them.
As most of bacon users I'm coming from MVC world. So the other question I have is: "How to organize large application?". All the examples I found are "one file program". What are the common technics to develop an app with several modules?
I there any guides from which I can get more solid knowledge about what FRP (or RP) is and how to use it in every day development?