skortchmark9 / reselect-tools

Debugging Tools for Reselect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to graph selector factories?

OliverJAsh opened this issue · comments

Selector factories are common practice in Reselect. How can we register these? Typically we have multiple instances of the selector for different components, but they all have the same name.

https://github.com/reduxjs/reselect/tree/0c2573987627d620ac5c6d1469eb222b26a867e7#q-how-do-i-create-a-selector-that-takes-an-argument

https://github.com/reduxjs/reselect/tree/0c2573987627d620ac5c6d1469eb222b26a867e7#q-can-i-share-a-selector-across-multiple-component-instances