RxJS Cheatsheet (link)
VS Code extension that lets you open an RxJS cheatsheet that contains import paths and marble diagrams of various Observable-creation functions and operators.
The cheatsheet can be opened in only one way:
- Press
Ctrl+Shift+P
(Win, Linux) /Cmd+Shift+P
(Mac) and search for theOpen RxJS Cheatsheet
command.
If you find this extension useful and would like to support my work, you can buy me a cup of tea. Thank you!
All ideas and suggestions are welcome. Please open an issue.
The marble diagrams in this extension are generated by using Swirly. They are taken from Use Swirly to generate PNGs pull request in the RxJS' repo.