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

Remove apollo-boost #5217

Merged
merged 3 commits into from
Aug 22, 2019
Merged

Remove apollo-boost #5217

merged 3 commits into from
Aug 22, 2019

Commits on Aug 21, 2019

  1. Remove apollo-boost

    Apollo Client 3.0 will provide a new getting started experience
    that doesn't involve a separate package like `apollo-boost`.
    hwillson committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    a582b4b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Documentation updates to remove apollo-boost

    Apollo Client 3.0 will include a new out of the box getting
    started experience. That experience is still being worked out,
    but since we're interested in trying to keep the docs somewhat
    up to date as we work on AC 3.0 changes, we can't leave the
    existing `apollo-boost` content in place (since boost is
    being removed). This commit modifies the docs to remove all
    references to boost, and replace all `ApolloClient` imports
    with their equivalent coming from the new `@apollo/client`
    package. We're still going to do a complete review/overhaul
    of the docs as we finalize more parts of AC 3.0, but this
    initial step will at least get boost out of the picture.
    
    It's important to note that the docs changes made in this
    commit are not yet usable, as `@apollo/client` hasn't been
    published. While this might seem a bit "cart before the horse",
    we need to get boost out of the picture before we can
    properly restructure the Apollo Client repo, to prep for
    `@apollo/client`.
    hwillson committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    8a22221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ef541 View commit details
    Browse the repository at this point in the history