Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created April 23, 2020 14:45
Show Gist options
  • Save NyaGarcia/97d58a1d36c3d2ef7eb920fde0b4edb6 to your computer and use it in GitHub Desktop.
Save NyaGarcia/97d58a1d36c3d2ef7eb920fde0b4edb6 to your computer and use it in GitHub Desktop.
Creating an endless loop with generate()
const endles$ = generate({ initialState: 1, iterate: x => +1 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment