Angblah / Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs.
https://thecomparator.herokuapp.com/
1 stars 0 forks source link

Load Comparisons into Redux Workspace #60

Closed Angblah closed 7 years ago

Angblah commented 7 years ago

Grab comparison data from database and load it into the initial state.

Angblah commented 7 years ago

Uses fetch call and thunks to read comparison data from database. Currently runs a little slow, and there isn't an ID to choose the comparison. See new libraries: redux-thunk redux-logger Also, the fetch is done with the fetch API, which may not be supported in all browsers. isomorphic-fetch is the library in that case