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

Suspense Support #2212

Merged
merged 35 commits into from Jan 5, 2022
Merged

Suspense Support #2212

merged 35 commits into from Jan 5, 2022

Commits on Nov 26, 2021

  1. Make Html a Result.

    futursolo committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    fba4a5d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Fix tests.

    futursolo committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    4b6c311 View commit details
    Browse the repository at this point in the history
  2. Implement Suspense.

    futursolo committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    0f5f307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f19683 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    31332c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c4a59b View commit details
    Browse the repository at this point in the history
  3. styled example.

    futursolo committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    9bef4de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa766b7 View commit details
    Browse the repository at this point in the history
  5. Move hint to hint.

    futursolo committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    1fc0db9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Add some tests.

    futursolo committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    376413a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b11e503 View commit details
    Browse the repository at this point in the history
  3. Fix clippy.

    futursolo committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2e7f0bf View commit details
    Browse the repository at this point in the history
  4. Add docs.

    futursolo committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    77ab06a View commit details
    Browse the repository at this point in the history
  5. Add to sidebar.

    futursolo committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    9afeef0 View commit details
    Browse the repository at this point in the history
  6. Fix syntax highlight.

    futursolo committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    4d58a14 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Merge branch 'master' into suspense

    # Conflicts:
    #	packages/yew/Cargo.toml
    futursolo committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    9b22c1a View commit details
    Browse the repository at this point in the history
  2. Component -> BaseComponent.

    futursolo committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    8bcacf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5254782 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a54c062 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af4e2f5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into suspense

    # Conflicts:
    #	packages/yew-macro/src/function_component.rs
    futursolo committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    06a1954 View commit details
    Browse the repository at this point in the history
  7. Revert extra changes.

    futursolo committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    cbf12be View commit details
    Browse the repository at this point in the history
  8. Fix tests.

    futursolo committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    b664e5f View commit details
    Browse the repository at this point in the history
  9. Update documentation.

    futursolo committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    066662d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f097303 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Fix file permission.

    futursolo committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d8e9701 View commit details
    Browse the repository at this point in the history
  2. Fix docs.

    futursolo committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    787de4f View commit details
    Browse the repository at this point in the history
  3. Remove log.

    futursolo committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d8c3e85 View commit details
    Browse the repository at this point in the history
  4. Fix file permission.

    futursolo committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    7e66418 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Resolve Conflict.

    futursolo committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    054f7fa View commit details
    Browse the repository at this point in the history
  2. Fix component name error.

    futursolo committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    eb950d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Merge branch 'master' into suspense

    # Conflicts:
    #	packages/yew/src/html/component/scope.rs
    #	packages/yew/src/lib.rs
    #	website/docs/concepts/function-components/custom-hooks.mdx
    #	website/docs/concepts/function-components/pre-defined-hooks.mdx
    futursolo committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    23c9a95 View commit details
    Browse the repository at this point in the history
  2. Make Suspension a future.

    futursolo committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    fae94d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Merge branch 'master' into suspense

    # Conflicts:
    #	packages/yew/tests/use_state.rs
    futursolo committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    fcc8b68 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

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