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.

  1. All 'fetching' logic should be done in custom middleware;
  2. Usage of redux-thunk, redux-saga, or redux-observable is forbidden.

Optional:

  1. Add ability to add any custom filed (+15p);
  2. Add SSR with next.js (+20%);
  3. Add pagination and infinite scroll (+15p).