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: andreypopp/purescript-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 7, 2014

  1. Improvde deferred, remove getSelf/runUI

    We capture component context and encapsulate every type info in computation so
    this should be opaque to executor of a deferred action.
    
    Also make deferred check for isMounted() so we can safely run deferred
    computations out of FFI. Do we need another version of deferred which would
    execute some fallback action in case component was unmounted?
    andreypopp committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    f0c7d13 View commit details
    Browse the repository at this point in the history
  2. Add deferred1

    andreypopp committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    bc18d69 View commit details
    Browse the repository at this point in the history
Loading