zodern / melte

Svelte compiler for Meteor with built in tracker integration and HMR
MIT License
33 stars 14 forks source link

Update README.md #33

Closed jamauro closed 6 months ago

jamauro commented 6 months ago

Small change to recommend moving sub.ready into its own $m statement. Having it in the same $m as the subscription causes Meteor.subscribe to be called multiple times which I think is harmless but feels unnecessary.

zodern commented 6 months ago

Thanks @jamauro. This does look better.

jamauro commented 6 months ago

I think this is ready to be merged @zodern. 🙂