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: reduxjs/redux-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-rc.1
Choose a base ref
...
head repository: reduxjs/redux-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-rc.2
Choose a head ref
  • 19 commits
  • 23 files changed
  • 2 contributors

Commits on Nov 24, 2023

  1. Fix assorted docs tweaks

    markerikson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6a09010 View commit details
    Browse the repository at this point in the history
  2. Document casting getState

    markerikson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    436834f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a631974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2510a32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf6a2e9 View commit details
    Browse the repository at this point in the history
  6. Add error message page

    markerikson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1d4d394 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f90c117 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fb2158 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca71480 View commit details
    Browse the repository at this point in the history
  10. Basic starting point for docs

    jherr authored and markerikson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9897710 View commit details
    Browse the repository at this point in the history
  11. PR review fixes and per-route state

    jherr authored and markerikson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ce3619d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e100486 View commit details
    Browse the repository at this point in the history
  13. Move Next guide to /usage

    markerikson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    bfe72c0 View commit details
    Browse the repository at this point in the history
  14. Edits to the new Next.js page

    - Updated title
    - Changed "NextJS" to "Next.js" to match their naming
    - Added recommendation on folder structure
    - Updated examples to match that folder structure
    - Added typed hooks setup and usage
    - Renamed `StoreType` to `AppStore`
    - Updated store init to always use `if (!storeRef.current)`
    - Updated section headers
    - Added "RTKQ doesn't do SSR yet" callout
    markerikson committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ae83d4a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

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

Commits on Dec 1, 2023

  1. Bump Reselect to 5.0-rc

    markerikson committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    280b88b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc0b467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a36e6c View commit details
    Browse the repository at this point in the history
  4. Release 2.0.0-rc.2

    markerikson committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e1d71be View commit details
    Browse the repository at this point in the history
Loading