The main goal of this repo is to compare popular react state management approaches for some real part of an application (JWT login/sign up and dashboard)
/server folder contains necessary backend routes /redux-{saga/thunk} and /react-{mobx/hooks} folders - are source folders of different client implementations.
npm i
all projects share the same npm
dependencies list and single webpack.config
npm run dev
This project is totally free and open for any future changes
- choose your best state management way
- for inspiration