Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add core reactive operator reference table #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

banchan86
Copy link
Contributor

@banchan86 banchan86 commented Feb 22, 2025

Closes #117.

I went with the format in my last comment on that issue as I think it achieves a good balance between the following aims for both new and experienced users:

  • Quickly finding or viewing available reactive operators
  • Gaining enough information to determine their usefulness
  • Avoiding an overwhelming amount of detail or clutter

This PR covers all reactive operators in the Bonsai.Reactive namespace, except for the scheduling operators (which seem quite niche, though I may be wrong) and the Sink operator (which was difficult to classify but is included under the broader operator categories).

This is intended as a quick reference akin to the shortcut table, in the future I plan to expand the reactive documentation with #127.

Online preview

@banchan86 banchan86 added the documentation Improvements or additions to documentation label Feb 22, 2025
@banchan86 banchan86 requested a review from glopesdev February 22, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider adding a Reactive operator decision tree/flowchart/table reference
1 participant