Skip to content

Instantly share code, notes, and snippets.

@teyfix
Created June 20, 2021 12:38
Show Gist options
  • Save teyfix/48ff702e0f4c49cc14e2e64104e80395 to your computer and use it in GitHub Desktop.
Save teyfix/48ff702e0f4c49cc14e2e64104e80395 to your computer and use it in GitHub Desktop.
rxjs - using replay subject
const user = new ReplaySubject(1);
authorize(session => user.next(session.user));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment