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

SSR & rehydration support, suspense foundations #1277

Merged
merged 21 commits into from
Oct 28, 2021

Commits on Jul 9, 2021

  1. add getRunningOperationPromises, query thunk promise waits for reso…

    …lution
    Lenz Weber committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4021351 View commit details
    Browse the repository at this point in the history
  2. naive SSR & suspense support

    Lenz Weber committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    24267da View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. fix sourcemaps

    Lenz Weber committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    eb06822 View commit details
    Browse the repository at this point in the history
  2. fix fetchBaseQuery for usage with node-fetch

    Lenz Weber committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    be2dbb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

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

Commits on Jul 25, 2021

  1. rehydration implementation

    phryneas committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    67db497 View commit details
    Browse the repository at this point in the history
  2. type fix

    phryneas committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    3e761c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

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

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    834aebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc73ab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    262094e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    702b58b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c013d2 View commit details
    Browse the repository at this point in the history
  3. remove "resolved" property

    phryneas committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    9b72a7c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    f104405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30374d View commit details
    Browse the repository at this point in the history
  3. hack for autoMergeLevel2

    phryneas committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    853b90c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

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

Commits on Oct 25, 2021

  1. Add reducerPath to extractRehydrationInfo (#1645)

    Co-authored-by: Lenz Weber <mail@lenzw.de>
    msutkowski and phryneas authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    174c05a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    3929ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea86a3f View commit details
    Browse the repository at this point in the history