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

[DRAFT] Revamp "Redux Essentials" tutorial to be TS-first and update contents #4706

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

markerikson
Copy link
Contributor

@markerikson markerikson commented May 12, 2024

Actual content changes for #4393 , at long last!

The current WIP example code is over in:

I'm doing another round of revisions and step-by-step checking to those code commits as I rework the tutorial content, but that should be the progression and code content I want to show off in the tutorial.

Big picture summary:

  • The entire example app is TS, start to finish
  • Improve some existing explanations
  • Cover some concepts that weren't included originally, like having multiple reducers handle one action
  • Cover newer APIs we didn't have in 2020, like createListenerMiddleware and thunks in createSlice
  • While not Redux-related, update some of the usage patterns like React Router 5 -> 6 and using uncontrolled inputs in forms instead of controlled

Copy link

codesandbox-ci bot commented May 12, 2024

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.

Copy link

netlify bot commented May 12, 2024

Deploy Preview for redux-docs ready!

Name Link
🔨 Latest commit 36dfbeb
🔍 Latest deploy log https://app.netlify.com/sites/redux-docs/deploys/6647caf7166935000801d555
😎 Deploy Preview https://deploy-preview-4706--redux-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.

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.

None yet

1 participant