svelte-meteor-data icon indicating copy to clipboard operation
svelte-meteor-data copied to clipboard

Reactively track Meteor data inside Svelte components

Results 4 svelte-meteor-data issues
Sort by recently updated
recently updated
newest added

Hi there, I've been using your package in a project and it's been great. Thank you for putting it together. I recently moved to zodern:melte to take advantage of the...

i see there're session, reactive-var and all others wrapper except meteor/reactive-dict

When I create a subscription that reacts to changing props like so: ```svelte export let page; $: Meteor.subscribe('stuff', { page }); ``` ...the old subscriptions will not be stopped until...

It would be convenient if cursor.observe/observeChanges would also auto-stop when the component is destroyed. Come to think of it, it might be a wild goose chase to track down and...