reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.51k stars 15.26k forks source link

The old broken link to the state tree diagram has been replaced with … #4700

Closed loganbelew2 closed 4 weeks ago

loganbelew2 commented 1 month ago

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.

codesandbox-ci[bot] commented 1 month 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.

netlify[bot] commented 1 month ago

Deploy Preview for redux-docs ready!

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...

QR Code

Use your smartphone camera to open QR code link.

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

timdorr commented 4 weeks ago

Thanks!