Fast render docs are a bit unclear

Hi, I’m trying to setup fast render for my application however I’m not understanding something. Do I still need to make a template level client-side subscription?

Essentially my subscription depends on the domain name, so I’ve used the fastrender.onAllRoutes api to get the hostname and create the subscription using “this.subscribe(publication, hostname)”

Now on my template, can I just simple call Collection.findOne() or do I still need to “Meter.subscribe()”?

The reason I ask if because if I don’t call subscribe in the template, the data doesn’t load. But if I do call subscribe, the data still takes time to load which fast render should be sending down with the initial HTML but it doesn’t seem that way.

thanks

1 Like