Closed vishwamartur closed 4 days ago
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.
Name | Link |
---|---|
Latest commit | 6990781ca33c8fa3f87d60544d69981ce6436d56 |
Latest deploy log | https://app.netlify.com/sites/redux-docs/deploys/6738d0f11d7a720008fc15a6 |
Deploy Preview | https://deploy-preview-4756--redux-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hi! Appreciate you filing the PR. That said, this feels awfully short. I've been envisioning a longer guide page with a lot more details and instructions on how to actually approach this process and use the tools.
Also, I don't think some of the content here is valid. The phrase "Enable Replay in your application" doesn't seem right at all - that's not how you make Replay recordings.
Related to #4711
Add a "Debugging Redux" page to the documentation.
docs/usage/DebuggingRedux.md
with sections on tracing actions, using Redux DevTools, and using Replay. Include links to the "Debugging JS" talk and other relevant resources.docs/usage/index.md
to include a link to the new "Debugging Redux" page.website/sidebars.js
to add an entry for the new "Debugging Redux" page in the sidebar configuration.