Managing User Session Scopes for Background Processes: Best Practices and Patterns
I'm looking for ideas about how to provide a Scope associated with a user session in my react-native app. When a user signs in I'd like to create a Scope for them and use it to manage all the various background fibers that depend upon the user's ID. What patterns would people recommend for this? Keep it in a Ref and provide that to all the Layers starting these background fibers?
