reduxjs / redux

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

Update deriving-data-selectors.md with call to selector with params #4686

Closed kostasx closed 1 month ago

kostasx commented 1 month ago

Complementary usage code for a selector that accepts input parameters. Should be helpful for newcomers.

Thanks for the PR!

To better assist you, please select the type of PR you want to create.

Click the "Preview" tab above, and click on the link for the PR type:

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 e64954c48c56b427f498bf268a183ff7495c0ddf
Latest deploy log https://app.netlify.com/sites/redux-docs/deploys/65fc43faf1e112000841c8b3
Deploy Preview https://deploy-preview-4686--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.

EskiMojo14 commented 1 month ago

thanks!