tasitlabs / tasit-apps

Native mobile Ethereum dapps for mainstream users
https://tasit.io/
MIT License
36 stars 9 forks source link

Having multiple reducers reacting to a single action #341

Open marcelomorgado opened 5 years ago

marcelomorgado commented 5 years ago

The BuyLandScreen component has a lot of action functions passed to it.

Refs: https://github.com/tasitlabs/tasit/pull/333#discussion_r277419928 Refs: https://egghead.io/lessons/react-respond-to-a-single-redux-action-in-multiple-reducers

marcelomorgado commented 5 years ago

Further docs that may help: https://github.com/reduxjs/redux/issues/911#issuecomment-149192251 https://itnext.io/3-small-tips-for-better-redux-performance-in-a-react-app-9cde549df6af (item 3)