https://github.com/divyanshu-rawat/reselect-redux
A project to understand concepts of redux-reselect
https://github.com/divyanshu-rawat/reselect-redux
computed-data derived-data memoization-library react redux reselect
Last synced: 9 months ago
JSON representation
A project to understand concepts of redux-reselect
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/reselect-redux
- Owner: divyanshu-rawat
- Created: 2018-06-04T09:28:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T09:12:54.000Z (over 7 years ago)
- Last Synced: 2025-02-15T01:32:40.913Z (11 months ago)
- Topics: computed-data, derived-data, memoization-library, react, redux, reselect
- Language: JavaScript
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A redux-reselect project. (WIP!!)
Reselect is a simple library for creating memoized, composable selector functions.
Reselect selectors can be used to efficiently compute derived data from the Redux store.
Computing Derived Data.