Closed
Description
I'm in the process of migrating to this library from react-redux (it's made a very large positive performance impact) -- but I noticed that the recipe for useTrackedSelector
contains a useTrackedState()
call inside of it.
If a developer who has components with muliple useSelector
calls were migrating from react-redux and implemented this recipe, wouldn't they violate the recommendation to only use useTrackedState()
once in each component?
Metadata
Metadata
Assignees
Labels
No labels