New to react js, redux and express.
I've made a simple login / register application using react js, redux, webpack and express. Currently the views / components are created and working.
I need to be able to store users information, "email" and "password" is all that's required to register.
Are there any examples of this I could look at implementing into my solution?