Skip to content

divyanshu-rawat/Reselect-Redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.