conr-g / waiting-room

1 stars 1 forks source link

Reduxify the front end #53

Closed vijar50 closed 5 years ago

vijar50 commented 5 years ago

Add React Redux to the front end to manage data items using react state. Work with Matt to build this.

vijar50 commented 5 years ago

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

Added redux to the front end and wrote methods for username and password

vijar50 commented 5 years ago

Re-opened this issue. We need to add redux-thunk to the project to ensure there is 'middleware' between the dispatch commands. This is where asynchronous calls will be made.

vijar50 commented 5 years ago

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

Added Thunk to Redux and wrote a dummy API call. This task is now complete.