Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Vuex #7

Open
ramstein74 opened this issue Mar 30, 2016 · 3 comments
Open

Using Vuex #7

ramstein74 opened this issue Mar 30, 2016 · 3 comments

Comments

@ramstein74
Copy link

Not an issue but dont know where else to ask your comment.

i really liked this repo.
Do you think vuex could make it even better coded?

http://vuex.vuejs.org/en/intro.html

Many thanks for your work

@chenkie
Copy link
Contributor

chenkie commented Apr 1, 2016

Thanks! I'll look into getting a demo together that uses Vuex :)

@mkelley82
Copy link

@chenkie Did you ever come up with anything? I'd also be interested!

@TimothySealy
Copy link

It depends on what you want to put in the Vuex store. I would not recommend storing the tokens in the store because refreshing the page would clear the store (leading to lost tokens). Storing them in the local storage will persist them after a refresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants