meteor-reactive-method
meteor-reactive-method copied to clipboard
Call methods synchronously inside Tracker.autorun [deprecated]
Hi I tried to call reactive-method with the new way of defining methods using mdg:validated-method however it returns undefined. How can I use this with the new way of defining...
I implemented this library. It is working but the data only updates on template with browser refresh. How I can make the data automatically update on client template without browser...
I find this package very useful. Thank you for it. Do you have an idea, how to fix running a helper multiple (four) times at every change of a Session...
@stubailo, The work I did earlier has been put into https://github.com/deanius/meteor-promise. It has pretty full test coverage and as we discussed, is robust enough to handle the use cases of...
``` git clone reactive-method cd reactive-method open http://localhost:3000/ meteor test-packages ./ ``` Progress! I've added, and passed more test cases, and to my surprise a fix was under my nose...
My call to reactive method works reactively but it's returning the same result it returned the first time (right after `undefined`) even though the server returns changed value. If I...