eric1foard / shopify-admin-heroku

MIT License
0 stars 0 forks source link

refactor use of redux to minimize parameter shuttling #72

Open eric1foard opened 5 years ago

eric1foard commented 5 years ago

right now I have connected my top level component to redux, which is causing me to do tons of shuttling.... I should connect components lower in the tree to redux.