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

Docs cleanup for v2 #3909

Merged
merged 8 commits into from
Nov 24, 2023
Merged

Docs cleanup for v2 #3909

merged 8 commits into from
Nov 24, 2023

Conversation

markerikson
Copy link
Collaborator

This PR:

  • Tweaks a few bits I'd noticed
  • Documents casting getState in create.asyncThunk and createApi
  • Rewrites the immutability middleware to extract error messages
  • Updates error messages to consistently use backticks for field names
  • Completely rewrites errors.json to clean up the persisted error messages before we ship 2.0
  • Adds the /errors page
  • Updates the README with the latest install instructions and docs links
  • Adds createStore deprecation to the migration guide

Copy link

codesandbox bot commented Nov 24, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

codesandbox-ci bot commented Nov 24, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 1fb2158:

Sandbox Source
JavaScript Configuration
Vanilla Typescript Configuration
rsk-github-issues-example Configuration
@examples-query-react/basic Configuration
@examples-query-react/advanced Configuration
@examples-action-listener/counter Configuration
rtk-esm-cra Configuration

Copy link

netlify bot commented Nov 24, 2023

Deploy Preview for redux-starter-kit-docs ready!

Name Link
🔨 Latest commit f90c117
🔍 Latest deploy log https://app.netlify.com/sites/redux-starter-kit-docs/deploys/6560fe13b664e1000753c0c0
😎 Deploy Preview https://deploy-preview-3909--redux-starter-kit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 24, 2023

Deploy Preview for redux-starter-kit-docs ready!

Name Link
🔨 Latest commit 1fb2158
🔍 Latest deploy log https://app.netlify.com/sites/redux-starter-kit-docs/deploys/6560fef2f76cdd0008433d23
😎 Deploy Preview https://deploy-preview-3909--redux-starter-kit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@markerikson markerikson merged commit ca71480 into v2.0-integration Nov 24, 2023
43 checks passed
@markerikson markerikson deleted the feature/2.0-docs-cleanup branch November 24, 2023 19:59

In most cases that `type` would be required as a literal, the `slice.action.myAction.match` [type predicate](https://www.typescriptlang.org/docs/handbook/advanced-types.html#using-type-predicates) should be a viable alternative:
You can also use the `slice.action.myAction.match` [type predicate](https://www.typescriptlang.org/docs/handbook/advanced-types.html#using-type-predicates) should be a viable alternative:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't seem to make sense?

You can also use the slice.action.myAction.match type predicate should be a viable alternative:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants