codefordenver / Circular

Denver Re:Imagine recycling app
https://re-imagine-dev.firebaseapp.com/
15 stars 19 forks source link

Refactor Redux to call auth from store vs passing to components #438

Closed hoop71 closed 5 years ago

hoop71 commented 5 years ago

Right now, auth object is passed around thru all the components and we should consider refactoring for get auth state off of store in the Redux Actions.