An open API service indexing awesome lists of open source software.

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

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.