OperationXen / cyberpunkCTF

A CTF framework built on python using django, graphql and react
GNU General Public License v3.0
1 stars 0 forks source link

Redux state handling #26

Closed OperationXen closed 5 years ago

OperationXen commented 5 years ago

Add redux to handle state using actions instead of passing around state update functions

mikeyhogarth commented 5 years ago

I'm happy to do this one if you want.

OperationXen commented 5 years ago

Could you do an implementation for the auth state that I can use as reference code?