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

RFC: Signals and Slots Hooks #135

Closed
wants to merge 6 commits into from
Closed

Commits on Dec 4, 2019

  1. Draft 1

    First proposal for Signals and Slots.
    Symbitic authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    66a0ada View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Draft 2

    Change the proposal to use refs from useRef() instead of aliases in the previous draft.
    Also rewrite parts of documentation to hopefully make the purpose and use-case clearer.
    Symbitic authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    0e729d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Major rewrite

    The syntax now uses a `useSlot` hook to capture signals in the parent.
    Symbitic authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    3341b4c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    3d1203a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Fix minor typo.

    Symbitic authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    54ae976 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    2d05ffb View commit details
    Browse the repository at this point in the history