10. Things React v2 - rolling-scopes-school/RS-Short-Track GitHub Wiki
Folder Name | Branch | Coefficient |
---|---|---|
things-react-redux | things-react-redux | 1,5 |
Things react-redux
Your task is to refactor your existing things app to react-redux.
- All 'fetching' logic should be done in custom middleware;
- Usage of redux-thunk, redux-saga, or redux-observable is forbidden.
Optional:
- Add ability to add any custom filed (+15p);
- Add SSR with next.js (+20%);
- Add pagination and infinite scroll (+15p).