Closed loganbelew2 closed 7 months 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 | 6afdc3521fea381cdd9adfacdf0dd7fb4a8a60a6 |
Latest deploy log | https://app.netlify.com/sites/redux-docs/deploys/66223e399912550008538b56 |
Deploy Preview | https://deploy-preview-4700--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.
fixes issue #4654
This pull request addresses an issue where the link to the "state tree mutation diagram" in the "https://redux.js.org/faq/react-redux#why-isnt-my-component-re-rendering-or-my-mapstatetoprops-running" docs page. The previous link led to an outdated or missing resource, causing confusion for developers seeking clarification on Redux state mutation principles.
To resolve this issue, I have updated the link to point to a reliable and up-to-date resource that effectively illustrates the concept of state tree mutation. The new link provides clear visual guidance on the importance of immutable state updates in Redux, helping developers better understand the principles behind Redux state management.
This enhancement ensures that newcomers to the project have access to accurate and helpful documentation, fostering a smoother onboarding process and improving overall developer experience.