Hi guys just starting out a new project with Meteor/Svelte. Just wondering if anyone can point me in the right direction as per keeping the current user (logged in / not etc) reactive?
Should this be using Tracker around Meteor.user
? Should I be assigning this to a svelte store or a session value? Thanks in advance!