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

Re:Hydration #54

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jun 15, 2024

  1. Initialize spago@next

    purefunctor committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d50aa7d View commit details
    Browse the repository at this point in the history
  2. Initial scaffolding for hydrateVDom

    Co-Authored-By: Serhii Khoma <[email protected]>
    purefunctor and srghma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e9551dd View commit details
    Browse the repository at this point in the history
  3. Initial implementation of hydrateText

    Co-Authored-By: Serhii Khoma <[email protected]>
    purefunctor and srghma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ed312ea View commit details
    Browse the repository at this point in the history
  4. Initial implementation of hydrateElem

    Co-Authored-By: Serhii Khoma <[email protected]>
    purefunctor and srghma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    da84819 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77545af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6da02ee View commit details
    Browse the repository at this point in the history
  7. Initial implementation of hydrateKeyed

    Co-Authored-By: Serhii Khoma <[email protected]>
    purefunctor and srghma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    589a429 View commit details
    Browse the repository at this point in the history
  8. Initial implementation of hydrateWidget

    Co-Authored-By: Serhii Khoma <[email protected]>
    purefunctor and srghma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f214200 View commit details
    Browse the repository at this point in the history
  9. Initial implementation of hydrateThunk

    Co-Authored-By: Serhii Khoma <[email protected]>
    purefunctor and srghma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    83b8772 View commit details
    Browse the repository at this point in the history
  10. Hoist xProp functions to prepare for reuse

    This puts the various xProp functions inside buildProp at the
    module level to prepare for code-sharing with the hydrateProp
    implementation.
    
    Co-Authored-By: Serhii Khoma <[email protected]>
    purefunctor and srghma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d3f824c View commit details
    Browse the repository at this point in the history
  11. Hoist logic to setHandler

    purefunctor committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3b78e24 View commit details
    Browse the repository at this point in the history
  12. Initial implementation of hydrateProp

    Co-Authored-By: Serhii Khoma <[email protected]>
    purefunctor and srghma committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    70fa504 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8c1b67 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    d0b8fee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cb408 View commit details
    Browse the repository at this point in the history
  3. Remove extraneous branch

    purefunctor committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    265ccc5 View commit details
    Browse the repository at this point in the history