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 support for Hooks #20

Merged
merged 22 commits into from
Aug 14, 2022
Merged

Add support for Hooks #20

merged 22 commits into from
Aug 14, 2022

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    bc2b481 View commit details
    Browse the repository at this point in the history
  2. Update public API

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bf0f80c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0369178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f2f9d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    283ea2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07c7793 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c31056b View commit details
    Browse the repository at this point in the history
  8. Add useContext hook

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    048b6bc View commit details
    Browse the repository at this point in the history
  9. Add useNavigator hook

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    88062ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb0b020 View commit details
    Browse the repository at this point in the history
  11. Add useState hook

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d620c98 View commit details
    Browse the repository at this point in the history
  12. Add useRef hook

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8705833 View commit details
    Browse the repository at this point in the history
  13. Add useEffect hook

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1dd1423 View commit details
    Browse the repository at this point in the history
  14. Add useLayoutEffect hook

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    91c57f0 View commit details
    Browse the repository at this point in the history
  15. Add useMemo hook

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    27c10e9 View commit details
    Browse the repository at this point in the history
  16. Add useCallback hook

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d0528d6 View commit details
    Browse the repository at this point in the history
  17. Add example and readme

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ad9a9a9 View commit details
    Browse the repository at this point in the history
  18. Add tests for hooks package

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d74da6d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3eaf8b8 View commit details
    Browse the repository at this point in the history
  20. Update Readme(s)

    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e1b8d17 View commit details
    Browse the repository at this point in the history
  21. Enforce set/unset for scope interfaces

    There are plenty of ways a external scope implementation can
    abuse dispatcher. Setting scope and not unsetting it (or
    repeatedly setting it) is the easiest one that I think this
    change will prevent(if we ever decide to make
    scopes public).
    hamsbrar committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    96bfe4c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

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