Posts Tagged: Vuex

May 2019 In Brief

The Microsoftware Blog got its first upgrade this year, the main additions being a Search menu item for a live search facility, the “Similar Posts” section on post viewing pages, and post tag deletion. Research and review of web development technologies continued on VueJS for which a new Discovery Vue Journal thread was started at Nairaland as well as here; also HTTP call processing and the NuxtJS framework were looked into.

 Read More

Can a global object be used instead of Vuex and props?

While pondering the idea of using a separate library like Vuex to manage shared data in Vue components, I experimented to see if a global object would not serve the purpose. I found that yes, a global object could be used in Vue components, with some provisions...

 Read More

Tweet