Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Use of context causes react-redux performance issue #811

Closed
foiseworth opened this issue Aug 8, 2016 · 2 comments
Closed

Use of context causes react-redux performance issue #811

foiseworth opened this issue Aug 8, 2016 · 2 comments

Comments

@foiseworth
Copy link

TLDR: if you use react-redux and radium together then you're likely to encounter an issue where you experience degraded performance.

react-redux issue: reduxjs/react-redux#366

I opened this issue to discuss mitigation and also to make people aware of this issue. As a temporary fix I have forked radium and remove the getChildContext call from the enhancer.

This PR to react-redux fixes the issue but its not clear when or if it will land: reduxjs/react-redux#416

@alexlande
Copy link
Contributor

Thanks, good to know!

@alexlande
Copy link
Contributor

That react-redux PR landed and was released early this year, so this shouldn't be an issue anymore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants