- Using axios for getting user information from https://reqres.in/.
- Semantics-UI for dynamic styling component
- Loading component from react-bootstrap
(I tried with couple of other APIs before, hence the 'product' naming.)
-tbd-
const store = createStore(
reducers,
{},
window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
);
redux/store.js