I'm starting out on an app using meteor, vue, and vue-meteor-tracker. I have components whose content comes from a mongo collection. I think I've set up the pub / sub and reactivity correctly.
For some reason, it takes many seconds (sometimes as much as 15 seconds) for a newly inserted item to cause a redraw. On the other hand if I remove an item from the database, the redraw is instant.
My minimal code is here on github and the app is running for the time being at http://foobarbecue.com:3010