reanahub / reana-ui

REANA UI frontend
http://reana-ui.rtfd.io
MIT License
4 stars 33 forks source link

state: introduce Redux to manage application state #20

Closed diegodelemos closed 4 years ago

diegodelemos commented 6 years ago

Use Redux to manage application state.

References: Analysis Preservation UI source code Redux Discord chat

Sinclert commented 6 years ago

It is also important to keep the token in local storage (cookie), that way any page reload can check if the login has been properly done or not.

We could use Universal-cookie or Redux-persist, if we finally go for Redux.

diegodelemos commented 4 years ago

Closed by https://github.com/reanahub/reana-ui/pull/41.