Vue.js front end app, part 5: Data presentation
New year, new you blog post! In this long overdue part we’ll strengthen our command of loading data from the server and take a look at presenting it.
Vue.js front end app, part 4: Keeping state with Vuex
Last time we built an authentication mechanism with a pretty glaring bug - you can just set the token
in localStorage
to whatever and it’ll let you in. We need to actually read the token, and persist what we’ve read so we don’t have to do it over and over.