My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Quick Redux tips for connecting your React components

Quick Redux tips for connecting your React components

Sandra Rose's photo
Sandra Rose
·May 26, 2017

If you're using Redux in your React app you're likely using react-redux to connect your components to your state. The connect method is a tricky sum bitch- although it has a very simple API there's a lot of magic happening under the hood.