Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: purescript-contrib/purescript-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: purescript-contrib/purescript-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hooks
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 12 files changed
  • 1 contributor

Commits on Nov 25, 2018

  1. Initial hooks implementation

    ethul committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    90e61f0 View commit details
    Browse the repository at this point in the history
  2. Remove Action type

    ethul committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    0e5d81b View commit details
    Browse the repository at this point in the history
  3. Fix remove Action

    ethul committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    1088218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53d8011 View commit details
    Browse the repository at this point in the history
  5. Remove re-export

    ethul committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    102d044 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Use Hook type

    ethul committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    a60a253 View commit details
    Browse the repository at this point in the history
  2. Export createElementHooks

    ethul committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    e29447e View commit details
    Browse the repository at this point in the history
  3. Rename Hooks to Hook

    ethul committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    e39a96c View commit details
    Browse the repository at this point in the history
  4. Use Effect

    ethul committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    140c3bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e456da View commit details
    Browse the repository at this point in the history
  6. Fix createHookLeafElement

    ethul committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    2c1a2cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    088d175 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Update useMemo

    ethul committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    7b5ec57 View commit details
    Browse the repository at this point in the history
  2. Fix dispatch

    ethul committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    e8b5738 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Refactor Context

    ethul committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    edcd569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba17b83 View commit details
    Browse the repository at this point in the history
  3. Refactor Refs

    ethul committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    ebe5f47 View commit details
    Browse the repository at this point in the history
Loading