conr-g / waiting-room

1 stars 1 forks source link

Combine Reducers #59

Closed vijar50 closed 5 years ago

vijar50 commented 5 years ago

We currently have 1 reducer for the login page.

Update the code to combine multiple reducers

vijar50 commented 5 years ago

https://github.com/conr-g/waiting-room/pull/60

Created a second reducer and wrote code to allow for combining reducers.