Overview
This library brings redux connectivity to components composed with @truefit/bach allowing you to add actions and selectors directly in your enhancer chain, rather than needing an extra HOC for connect.
This library is based on the react-redux hooks found in the current 7.1 release (and higher), so you will need to be using that version as well
Enhancer Index
Installation
npm install @truefit/bach-redux redux react-redux
or
yarn add @truefit/bach-redux redux react-redux