Posts Tagged: Vue components

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

Enhancing the plain HTML Todo app

The next assignment I set for myself was to enhance the Todo app, working with my plain HTML/JavaScript version: Implementing a Data Source dropdown, saving the value as a cookie, using an SQLite database, expanding the About page, etc. This has been accomplished between April 28 and today, May 5...

 Read More

Tweet