ekokotov / real-redux-mobx-spikes

compare redux and mobx in real app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux-thunk, Redux-saga, MobX, React hooks spike

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)

Getting Started

/server folder contains necessary backend routes /redux-{saga/thunk} and /react-{mobx/hooks} folders - are source folders of different client implementations.

Installing

npm i

all projects share the same npm dependencies list and single webpack.config

RUN and explore

npm run dev

License

This project is totally free and open for any future changes

Acknowledgments

  • choose your best state management way
  • for inspiration

About

compare redux and mobx in real app


Languages

Language:JavaScript 94.6%Language:HTML 5.4%